Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 1.2 KB

File metadata and controls

34 lines (22 loc) · 1.2 KB

CreateWebhookSettingsRequest

Properties

Name Type Description Notes
name String Webhook name (max 50 characters) [optional]
url URI Webhook endpoint URL (must be HTTPS in production) [optional]
secret String Secret key for HMAC-SHA256 signature verification [optional]
events List<EventsEnum> Events to subscribe to [optional]
isActive Boolean Enable or disable webhook delivery [optional]
customHeaders Map<String, String> Custom headers to include in webhook requests [optional]

Enum: List<EventsEnum>

Name Value
POST_SCHEDULED "post.scheduled"
POST_PUBLISHED "post.published"
POST_FAILED "post.failed"
POST_PARTIAL "post.partial"
POST_RECYCLED "post.recycled"
ACCOUNT_CONNECTED "account.connected"
ACCOUNT_DISCONNECTED "account.disconnected"
MESSAGE_RECEIVED "message.received"
COMMENT_RECEIVED "comment.received"