Email Signals
The Email Signals Bundle returns event data on how an email address has engaged with email marketing campaigns. Output is associated to the single email input provided.
{
"details": {
"emails": [
{
...
"emailSignals": {
"firstOpen": {
"timestamp": "2024-12-28T00:00:00Z"
},
"lastOpen": {
"timestamp": "2024-12-28T00:00:00Z"
},
"firstClick": {
"timestamp": "2024-12-28T00:00:00Z"
},
"lastClick": {
"timestamp": "2024-12-28T00:00:00Z"
},
"lastReply": {
"timestamp": "2024-12-28T00:00:00Z"
},
"unsubscribe": {
"timestamp": "2024-12-28T00:00:00Z"
},
"lastBounce": {
"type": "soft",
"timestamp": "2025-01-07T06:40:11Z"
},
"softBounce30days": {
"total": 0
}
}
},
...
]
}
}| Properties | |
|---|---|
firstOpen Object | An object with the timestamp of the first recognized |
lastOpen Object | An object with the timestamp of the last recognized |
firstClick Object | An object with the timestamp of the first recognized |
lastClick Object | An object with the timestamp of the last recognized |
lastReply Object | An object with the timestamp of the last recognized |
unsubscribe Object | An object with the timestamp of when the associated email unsubscribed from a marketing campaign. |
lastBounce Object | An object with the timestamp of the last recognized |
softBounce30days Object | An object with the total number of times the associated email has had a soft bounce in the last 30 days |
Updated 21 days ago