Message interactions
You can list message interactions on a specific message using the following endpoint. In order to get an Email message, you must have an active Email channel and perform a HTTP request with a valid access key
List message interactions
List message interactions
The ID of the workspace
The ID for a message
The ID for a channel
OK
Email supports the following message interactions:
Interaction | Description |
---|---|
opened | A user has opened a message |
clicked | A user has clicked a link |
reported-as-spam | A user has reported a message as spam |
unsubscribe-request | A user has requested to unsubscribe from messages |
Additional information about the interactions can be found in the details
field and metadata.link
object as follows:
Interaction | Details | metadata.link | Description |
---|---|---|---|
opened | initial_open | Recipient opened a message in an email client, thus rendering a tracking pixel at the top of the message | |
open | Recipient opened a message in an email client, thus rendering a tracking pixel at the bottom of the message | ||
amp_initial_open | Recipient opened an AMP message in an email client, thus rendering a tracking pixel at the top of the message | ||
amp_open | Recipient opened an AMP message in an email client, thus rendering a tracking pixel at the bottom of the message | ||
clicked | click |
| Recipient clicked a tracked link in a message |
amp_click |
| Recipient clicked a tracked link in an AMP message | |
reported-as-spam | spam_complaint | Messages was classified as spam by the recipient | |
unsubscribe_request | link_unsubscribe | Recipient clicked the 'unsubscribe' button in an email client | |
list_unsubscribe | Recipient clicked an 'unsubscribe' link in an email message |
Last updated