Multi-ATS application API integrations
Application integrations to several ATS / ETL systems (Altays, Taleez, Jobaffinity, WeRecruit) through a unified API mode for the application flow.
Ruby on Rails
REST API
Altays
Taleez
Jobaffinity
WeRecruit
Integration of the Altays ATS API for automatic application transmission, both on-offer and unsolicited (~1,400 lines). The AltaysApiSendJob runs in two calls (multipart CV upload, then application creation), transmission is tracked through ApiApplicationTransmission, and a per-entity unsolicited_application_enabled flag turns on unsolicited applications toward a given API. The dispatcher applies a per-API filter and the form dynamically renders the fields each ATS requires (reusing the ApiFormField mechanism). Backed by specs.