-
-
Save AtlasCan/f93ff29e2c47fc5a6091a5853fa10ca0 to your computer and use it in GitHub Desktop.
mandrillWebhook
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"event": "open", | |
"msg": { | |
"ts": 1615484355, | |
"subject": "Your Order Confirmation", | |
"email": "recipient@example.com", | |
"tags": [ | |
"order_confirmation" | |
], | |
"opens": [ | |
{ | |
"ts": 1615484360, | |
"ip": "192.168.1.1", | |
"location": "New York, NY, United States", | |
"ua": "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/89.0.4389.82 Safari/537.36" | |
} | |
], | |
"metadata": { | |
"order_id": "123456" | |
}, | |
"smtp_events": [ | |
{ | |
"timestamp": 1615484350, | |
"type": "sent", | |
"diag": "250 2.0.0 Ok: queued as 12345", | |
"source_ip": "198.51.100.1", | |
"destination_ip": "203.0.113.1", | |
"size": 1234 | |
} | |
], | |
"clicks": [], | |
"state": "sent", | |
"_id": "abc123def456", | |
"_version": "1.0" | |
} | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment