i have done trigger openned
when the email recipient open → get event
when i open (open the email i sent) → still get event
is there any way to distinguish who opened
@quan20112002 Here’s the schema for message.opened Notification schemas | Nylas Docs
You can use the ip field from the recents field.
"recents": [
{
"ip": "<IP ADDR>",
"opened_id": 0,
"timestamp": 1695480567,
"user_agent": "Mozilla/5.0"
},
]