Email Signals


{
    "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 open email event associated to email input
lastOpen Object An object with the timestamp of the last recognized open email event associated to email input
firstClick Object An object with the timestamp of the first recognized click email event associated to email input
lastClick Object An object with the timestamp of the last recognized click email event associated to email input
lastReply Object An object with the timestamp of the last recognized reply email event associated to email input
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 bounce email event associated to email input in addition to what time of bounce hard vs soft
softBounce30days Object An object with the total number of times the associated email has had a soft bounce in the last 30 days