campaign.review_posted{
"event": "campaign.review_posted",
"timestamp": "2026-07-15T14:31:09Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"attribution": "location_level",
"recency_window_days": 30,
"review": {
"interaction_id": "9c8b7a65-4321-4def-8abc-0123456789ab",
"source": "google",
"author_name": "Jordan M.",
"rating": 4.5,
"rating_scale": "0-5",
"title": "Great experience",
"content": "Booked online and everything went smoothly.",
"permalink": "https://maps.google.com/review/xyz123",
"posted_at": "2026-07-15T13:58:44Z"
},
"campaigns": [
{
"review_campaign_id": "8f3a1c72-1e4b-4d90-9a2e-6b1c0f7a4d21",
"name": "Summer Review Push",
"launched_at": "2026-07-01T09:00:00Z"
}
]
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "campaign.review_posted",
"timestamp": "2026-07-15T14:31:09Z",
"account_id": 11073,
"location_id": "279381",
"data": {
"attribution": "location_level",
"recency_window_days": 30,
"review": {
"interaction_id": "9c8b7a65-4321-4def-8abc-0123456789ab",
"source": "google",
"author_name": "Jordan M.",
"rating": 4.5,
"rating_scale": "0-5",
"title": "Great experience",
"content": "Booked online and everything went smoothly.",
"permalink": "https://maps.google.com/review/xyz123",
"posted_at": "2026-07-15T13:58:44Z"
},
"campaigns": [
{
"review_campaign_id": "8f3a1c72-1e4b-4d90-9a2e-6b1c0f7a4d21",
"name": "Summer Review Push",
"launched_at": "2026-07-01T09:00:00Z"
}
]
}
}'{}