HirerRelationshipChangedEvent
Webhook event payload

The JSON sent to a webhook endpoint when the relationship configuration for a hirer is changed. Use the hiringOrganization query to retrieve the current state of your relationship with the hirer; see hirer relationships  for more information.

Properties

Name
Description
createDateTime* 
string (date-time)
The date & time the relationship was added or removed. This corresponds to the Event.createDateTime field in the GraphQL schema.
hirerId* 
string
The identifier for the hirer the relationship was changed for. This corresponds to the HiringOrganization.id field in the GraphQL schema, and may be supplied to the hiringOrganization query to retrieve the current state of your relationship with the hirer.
id* 
string
The unique identifier of the event. This corresponds to the Event.id field in the GraphQL schema.
type* 
"HirerRelationshipChanged"
The type of event, i.e. HirerRelationshipChanged. This corresponds to the Event.typeCode field in the GraphQL schema.

GraphQL event object

Name
Description
The event signaling that a hirer relationship has been added or removed.