Social Post: Webhook Webhook

Sends an updated Social Post object to your server. Only affected entity posts are included in the EntityPost object. Webhooks are not guaranteed to be sent in order; the timestamp field should be used to determine ordering. The webhook will always contain the latest status of the Post (i.e. if a Post was created and published quickly, the webhook may indicate that the status is POST_SUCCEEDED even for a SOCIAL_POST_CREATED event.

Request Body schema: application/json

The updated Social Post

object
object

Request samples

Content type
application/json
{
  • "meta": {
    },
  • "post": {
    }
}