List of attachment meta data objects if attachments present
WebhookNewEmailPayload
List of BCC
recipients email addresses that the email was addressed to. See recipients object for names.
WebhookNewEmailPayload
List of CC
recipients email addresses that the email was addressed to. See recipients object for names.
WebhookNewEmailPayload
Date time of event creation
WebhookNewEmailPayload
Optional
domainId of the domain that received an email
WebhookNewEmailPayload
ID of the email that was received. Use this ID for fetching the email with the EmailController
.
WebhookNewEmailPayload
Name of the event type webhook is being triggered for.
WebhookNewEmailPayload
Who the email was sent from. An email address - see fromName for the sender name.
WebhookNewEmailPayload
Id of the inbox
WebhookNewEmailPayload
Idempotent message ID. Store this ID locally or in a database to prevent message duplication.
WebhookNewEmailPayload
Optional
subjectThe subject line of the email message as specified by SMTP subject header
WebhookNewEmailPayload
List of To
recipient email addresses that the email was addressed to. See recipients object for names.
WebhookNewEmailPayload
ID of webhook entity being triggered
WebhookNewEmailPayload
Optional
webhookName of the webhook being triggered
WebhookNewEmailPayload
NEW_EMAIL webhook payload. Sent to your webhook url endpoint via HTTP POST when an email is received by the inbox that your webhook is attached to. Use the email ID to fetch the full email body or attachments.
Export
Interface
WebhookNewEmailPayload