Webhook Events

External post deleted event

Fired when a tracked native post is detected as removed from the platform. post.deletedAt carries the detection time. Coverage is bounded to the most recent posts the platform listing returns. Detection is a diff against the posts a prior sync already indexed, so an account for which no post has ever been indexed can never emit this event, no matter how the subscription is configured.

postWebhookpost.external.deleted

Payload

idstring required

Stable webhook event ID

event'post.external.created' | 'post.external.updated' | 'post.external.deleted' required
timestampstring date-time required

UTC time at which Zernio generated this event (set once when the event payload is built, before delivery is queued). Retries and redeliveries keep the original value, so it reflects the event, not the delivery attempt.

Response

Webhook received successfully

Changes