highlevel.onCampaignStatusUpdated to run when a contact’s campaign status changes.
automations/highlevel-on-campaign-status-updated.automation.ts
account selects a named OAuth binding; the project binding is the default.
Trigger data
Returns the typedCampaignStatusUpdate webhook payload. Every event includes type, locationId, timestamp, and webhookId; entity events include the affected record fields supplied by HighLevel. Appointment events place appointment details under appointment.
Automate.ax verifies HighLevel’s Ed25519 signature against the exact request body, rejects deliveries outside a five-minute replay window, and deduplicates retries by webhookId.