Related Webhooks
Some actions trigger other, related webhooks. For example, when a candidateStageChange
event occurs, it also triggers an applicationUpdate
webhook.
Here's a list of webhook types that trigger additional webhooks:
candidateStageChange
triggers:applicationUpdate
jobPostingPublish
andjobPostingUnpublish
trigger:jobPostingUpdate
interviewScheduleCreate
triggers:interviewScheduleUpdate
candidateHire
triggers:applicationUpdate
candidateStageChange
interviewPlanTransition
triggers:jobUpdate
These webhooks are generated with the same webhookActionId
to indicate they represent the same underlying event. This helps you correlate related webhook notifications.
Updated 3 days ago