Interface: AbstractWebhookPayload
Abstract webhook payload. Use the correct payload type for your webhook event type in order to access all the specific properties for that event. See the NEW_EMAIL
,NEW_CONTACT
, NEW_ATTACHMENT
and EMAIL_OPENED
payloads for the properties available for those events.
export
interface
AbstractWebhookPayload
Table of contents
Properties
Properties
eventName
• eventName: AbstractWebhookPayloadEventNameEnum
memberof
AbstractWebhookPayload
messageId
• messageId: string
memberof
AbstractWebhookPayload
webhookId
• webhookId: string
memberof
AbstractWebhookPayload
webhookName
• Optional
webhookName: string
memberof
AbstractWebhookPayload