Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 1.05 KB

File metadata and controls

28 lines (16 loc) · 1.05 KB

WebhookPayloadExternalPost

Webhook payload for post.external.created / post.external.updated / post.external.deleted. Fired by Zernio's background sync when it detects a natively-authored post (e.g. a Google Business Profile localPost created in the Google UI), NOT a post published through Zernio. Poll-driven (~hourly), not real-time. On post.external.deleted, post.deletedAt is populated.

Properties

Name Type Description Notes
id String Stable webhook event ID
event EventEnum
post ExternalPostWebhookPost
account WebhookPayloadReviewNewAccount
timestamp OffsetDateTime

Enum: EventEnum

Name Value
POST_EXTERNAL_CREATED "post.external.created"
POST_EXTERNAL_UPDATED "post.external.updated"
POST_EXTERNAL_DELETED "post.external.deleted"