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 |
---|---|
The date & time the relationship was added or removed. This corresponds to the Event.createDateTime field in the GraphQL schema. | |
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. | |
The unique identifier of the event. This corresponds to the Event.id field in the GraphQL schema. | |
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. |