WebhookNewEmailPayload
Properties
Name | Type | Description | Notes |
MessageId | string | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
WebhookId | string | ID of webhook entity being triggered | |
EventName | string | Name of the event type webhook is being triggered for. | |
WebhookName | Pointer to string | Name of the webhook being triggered | [optional] |
InboxId | string | Id of the inbox | |
DomainId | Pointer to string | Id of the domain that received an email | [optional] |
EmailId | string | ID of the email that was received. Use this ID for fetching the email with the EmailController . | |
CreatedAt | time.Time | Date time of event creation | |
To | []string | List of To recipient email addresses that the email was addressed to. See recipients object for names. | |
From | string | Who the email was sent from. An email address - see fromName for the sender name. | |
Cc | []string | List of CC recipients email addresses that the email was addressed to. See recipients object for names. | |
Bcc | []string | List of BCC recipients email addresses that the email was addressed to. See recipients object for names. | |
Subject | Pointer to string | The subject line of the email message as specified by SMTP subject header | [optional] |
AttachmentMetaDatas | []AttachmentMetaData | List of attachment meta data objects if attachments present | |
[Back to Model list] [Back to API list] [Back to ]