social_connection.connected{
"event": "social_connection.connected",
"timestamp": "2026-07-15T10:00:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"social_profile_id": "b2d4...",
"connected_account_id": "c-9",
"platform": "facebook",
"display_name": "Acme Coffee",
"is_reconnect": false,
"listing_connected_account_id": "lc-3"
}
}curl --location 'https://your-api-server.com' \
--header 'X-Synup-Signature: sha256=Base64Signature==' \
--header 'Content-Type: application/json' \
--data '{
"event": "social_connection.connected",
"timestamp": "2026-07-15T10:00:00Z",
"account_id": 11073,
"location_id": null,
"data": {
"social_profile_id": "b2d4...",
"connected_account_id": "c-9",
"platform": "facebook",
"display_name": "Acme Coffee",
"is_reconnect": false,
"listing_connected_account_id": "lc-3"
}
}'{}