Content: Webhook Webhook

Sends an updated record to your server whenever the data in the selected Content Endpoint is updated, or the record is no longer included in the Content Endpoint.

NOTE: Content Webhook Events are slightly different than other Yext Webhooks. Each message will contain one of the following meta.eventType values:

  • RECORD - This eventType indicates that a record has been added or updated which is included in the Content Endpoint configuration.
  • TOMBSTONE - This eventType indicates that a record no longer is part of the data included in the Content Endpoint. Tombstones will be sent when a record no longer matches the filter criteria for the configured Content Endpoint, or the record has been deleted.
Request Body schema: application/json

The updated record.

object
Array of objects

Request samples

Content type
application/json
{
  • "meta": {
    },
  • "docs": [
    ]
}
Feedback