Hiring alerts
Triggers
Hiring alerts are triggered on two cases, representing the two alert types you can set:
job_added: when a company just added a new job posting
job_removed: when a company removed an existing job posting
On the json payload, the type
property allows you to identify the type of alert that has been triggered:
Default properties
Both job_added and job_removed alert types send the same 2 event properties under the "event_properties" key:
key
type
options
job_title
string
Open
job_location
string
Open
Job added
Job removed
Payload example
Last updated