social_post.created{
"event": "social_post.created",
"timestamp": "2026-07-15T11:00:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"post_id": "7a1c...",
"social_profile_id": "b2d4...",
"status": "scheduled",
"created_by": "user",
"platform_ids": [
"facebook",
"instagram"
]
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "social_post.created",
"timestamp": "2026-07-15T11:00:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"post_id": "7a1c...",
"social_profile_id": "b2d4...",
"status": "scheduled",
"created_by": "user",
"platform_ids": [
"facebook",
"instagram"
]
}
}'{}