Opens
An open event occurs when a recipient opens your email.
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. |
actionType | String | Name of the event. |
action_by | String | Indicates by whom the action was made. |
action_time | Long | Time at which the open event happened. |
contact_id | Long | ID of the contact who opened the email. |
contact_email | String | Email address of the contact who opened the email. |
data | JSON Array | An array of data about the events. |
rcpt_additional_data | JSON Object | Additional data of the recipient that was provided by you in Transmission API or Recipient List API. |
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 an open event
Copied