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
Uses the Authorization header: 'AccessKey ' followed by your access key token (e.g., 'Authorization: AccessKey AbCdEfGhIjKlMnOpQrStUvWxYzAbCdEfGhIj')
The ID of the workspace
The ID for a message
The ID for a channel
OK
The request did not pass validation
Email supports the following message interactions:
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:
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
name - link title
url - link url clicked
Recipient clicked a tracked link in a message
amp_click
name - link title
url - link url clicked
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
Was this helpful?

