WebhookNewAttachmentPayload
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 | |
WebhookName | string | Name of the webhook being triggered | [optional] |
EventName | string | Name of the event type webhook is being triggered for. | |
AttachmentId | string | ID of attachment. Use the AttachmentController to | |
Name | string | Filename of the attachment if present | |
ContentType | string | Content type of attachment such as 'image/png' or 'application/pdf | |
ContentLength | int64 | Size of attachment in bytes | |
[Back to Model list] [Back to API list] [Back to ]