campaign.status_change{
"event": "campaign.status_change",
"timestamp": "2026-07-15T09:20:11Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"campaign_id": "8f3a1c72-..",
"customer_id": "a9..",
"message_id": "d3..",
"status": "clicked",
"channel": "email",
"occurred_at": "2026-07-15T09:20:05Z",
"url": "https://funnel.example.com/r/abc"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "campaign.status_change",
"timestamp": "2026-07-15T09:20:11Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"campaign_id": "8f3a1c72-..",
"customer_id": "a9..",
"message_id": "d3..",
"status": "clicked",
"channel": "email",
"occurred_at": "2026-07-15T09:20:05Z",
"url": "https://funnel.example.com/r/abc"
}
}'{}