Skip to content

Instantly share code, notes, and snippets.

@AtlasCan
Created June 24, 2024 15:17
Show Gist options
  • Save AtlasCan/f93ff29e2c47fc5a6091a5853fa10ca0 to your computer and use it in GitHub Desktop.
Save AtlasCan/f93ff29e2c47fc5a6091a5853fa10ca0 to your computer and use it in GitHub Desktop.
mandrillWebhook
[
{
"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