provider QueryMessages GET
/messages/{msg_id} @utdk/sendgrid
/messages/{msg_id} Filter messages by message ID
This is BETA functionality. You may not have access, and we reserve the right to change functionality without notice.
Get all of the details about the specified message.
- msg_id path required
- The ID of the message you are requesting details for.
- string
- Authorization header required
- string
Try it
Authentication
Configure credentials for Email Activity (beta)
Gateway
The gateway proxies requests and injects credentials server-side. Configure credentials above, then enter your gateway URL.
Saved automatically to browser storage.
Code snippet
Updates live as you fill in the form above.
TypeScript
import sendgrid from '@utdk/sendgrid';
await sendgrid.getV3MessagesMsgId({
"Authorization": "Bearer <<YOUR_API_KEY_HERE>>"
})