campaign.feedback_submitted{
"event": "campaign.feedback_submitted",
"timestamp": "2026-07-15T09:45:00Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"campaign_id": "8f3a1c72-..",
"customer_id": "a9..",
"rating": 5,
"feedback": "Loved the service!",
"response_source": "review_funnel"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "campaign.feedback_submitted",
"timestamp": "2026-07-15T09:45:00Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"campaign_id": "8f3a1c72-..",
"customer_id": "a9..",
"rating": 5,
"feedback": "Loved the service!",
"response_source": "review_funnel"
}
}'{}