social_post.boost_created{
"event": "social_post.boost_created",
"timestamp": "2026-07-15T13:00:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"ad_run_id": "ar_101",
"is_boost": true,
"boost_state": "created",
"post_id": "7a1c...",
"social_profile_id": "b2d4...",
"platform": "facebook"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "social_post.boost_created",
"timestamp": "2026-07-15T13:00:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"ad_run_id": "ar_101",
"is_boost": true,
"boost_state": "created",
"post_id": "7a1c...",
"social_profile_id": "b2d4...",
"platform": "facebook"
}
}'{}