Spam
A spam event occurs when one or more of your recipients mark your email as spam. However, it also depends on the recipient email service provider, as some may trigger a spam event only after a certain threshold is crossed.
List of Body Attributes
This table shows the list of parameters present in the payload and their explanations.
Parameters | Data Type | Description |
webhook_name | String | Name of the webhook you configured. |
webhook_id | String | ID of the configured webhook. |
action | String | Name of the event. |
data | JSON Array | An array of data about the events. |
action_time | Long | Time at which the spam event happened. |
sending_ip | String | The IP through which the email was sent, but landed in spam. |
contact_id | Long | ID of the contact who marked the email as spam. |
contact_email | String | Email address of the contact who marked the mail as spam. |
rcpt_domain | String | The domain of the recipient. |
rcpt_additional_data | JSON Object | Additional data of the recipient that was provided by you in Transmission API or Recipient List API. |
from | String | Indicates the sender address. |
subject | String | The subject of the transmission. |
message_id | String | The message ID of the email that was marked as spam. |
transmission_name | String | The name you provided for the transmission in Transmission API. |
injected_time | Long | The time the transmission was created. |
transmission_id | Long | The ID of the transmission. |
zuid | Long | The ID of the user that sent the transmission API request. |
Sample payload for a spam event
Copied