WebhookDeliveryStatusPayload
Properties
Name | Type | Description | Notes |
message_id | String | Idempotent message ID. Store this ID locally or in a database to prevent message duplication. | |
webhook_id | String | ID of webhook entity being triggered | |
event_name | String | Name of the event type webhook is being triggered for. | |
webhook_name | Option<String> | Name of the webhook being triggered | [optional] |
id | String | ID of delivery status | |
user_id | String | User ID of event | |
sent_id | Option<String> | ID of sent email | [optional] |
remote_mta_ip | Option<String> | IP address of the remote Mail Transfer Agent | [optional] |
inbox_id | Option<String> | Id of the inbox | [optional] |
reporting_mta | Option<String> | Mail Transfer Agent reporting delivery status | [optional] |
recipients | Option<Vec> | Recipients for delivery | [optional] |
smtp_response | Option<String> | SMTP server response message | [optional] |
smtp_status_code | Option<i32> | SMTP server status | [optional] |
processing_time_millis | Option<i64> | Time in milliseconds for delivery processing | [optional] |
received | Option<String> | Time event was received | [optional] |
subject | Option<String> | Email subject | [optional] |
[Back to Model list] [Back to API list] [Back to ]