sendgrid / sendgrid-python

The Official Twilio SendGrid Python API Library
https://sendgrid.com
MIT License
1.55k stars 714 forks source link

Access the Email Activity API for a specific message using the python library #992

Closed Skiem closed 3 years ago

Skiem commented 3 years ago

How to access the Email Activity API for a specific message

Hi, a simple question which I couldn't find in the documentation. How can I access the Email Activity API for a specific message using the python library? To be precise, I want to make this type of API call: https://sendgrid.api-docs.io/v3.0/email-activity/filter-messages-by-message-id But with the python library, which python function do I need to use for that? Thanks in advance :)

Technical details:

shwetha-manvinkurke commented 3 years ago

Hi @Skiem, you would need to pass in the msg_id as a query parameter something like this. Let us know if that helps.