Created
December 4, 2020 04:45
-
-
Save scottserok/536734d3df16d04c9349e5fe7d005043 to your computer and use it in GitHub Desktop.
Sendgrid webhook event examples copied from https://sendgrid.com/docs/for-developers/tracking-events/event/ on 2020-12-04
This file contains hidden or 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
[ | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "processed", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "deferred", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"response": "400 try again later", | |
"attempt": "5" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "delivered", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"response": "250 OK" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "open", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"useragent": "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", | |
"ip": "255.255.255.255" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "click", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"useragent": "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", | |
"ip": "255.255.255.255", | |
"url": "http://www.sendgrid.com/" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "bounce", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"reason": "500 unknown recipient", | |
"status": "5.0.0" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "dropped", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"reason": "Bounced Address", | |
"status": "5.0.0" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "spamreport", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "unsubscribe", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id" | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "group_unsubscribe", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"useragent": "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", | |
"ip": "255.255.255.255", | |
"url": "http://www.sendgrid.com/", | |
"asm_group_id": 10 | |
}, | |
{ | |
"email": "[email protected]", | |
"timestamp": 1513299569, | |
"smtp-id": "<14c5d75ce93.dfd.64b469@ismtpd-555>", | |
"event": "group_resubscribe", | |
"category": "cat facts", | |
"sg_event_id": "sg_event_id", | |
"sg_message_id": "sg_message_id", | |
"useragent": "Mozilla/4.0 (compatible; MSIE 6.1; Windows XP; .NET CLR 1.1.4322; .NET CLR 2.0.50727)", | |
"ip": "000.000.000.000", | |
"url": "http://www.sendgrid.com/", | |
"asm_group_id": 10 | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
JSON object field reference https://sendgrid.com/docs/for-developers/tracking-events/event/#json-objects