Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 661 Bytes

File metadata and controls

28 lines (16 loc) · 661 Bytes

WebhookPayloadPost

Webhook payload for post events

Properties

Name Type Description Notes
event EventEnum [optional]
post WebhookPayloadPostPost [optional]
timestamp OffsetDateTime [optional]

Enum: EventEnum

Name Value
POST_SCHEDULED "post.scheduled"
POST_PUBLISHED "post.published"
POST_FAILED "post.failed"
POST_PARTIAL "post.partial"
POST_RECYCLED "post.recycled"