rkmax
rkmax

Reputation: 18143

Retrieve a list of events for a specific message

I know that I can setup a webhook, then as soon the event happens (user open email, spam, etc) SendGrid will call that webhook. but if for some space of time the webhook is down, how to retrieve events for example for an specific sg_message_id?

I have looked at the documents but I can't find a sample call to do this

Upvotes: 1

Views: 104

Answers (1)

jacobmovingfwd
jacobmovingfwd

Reputation: 2273

SendGrid doesn't have message-level API GET, just the Push-based Webhook. You can review the Activity page for short-term event lists.

Upvotes: 2

Related Questions