Connector for the sendgrid-email-activity-v3 API (generated from its OpenAPI spec).
Type: Tool
Category: SaaS
Version: 1.0.0
Provider: Blue Isle
License: MIT
sendgrid-email-activity-v3apiopenapi
Sendgrid Email Activity V3
Connector for the sendgrid-email-activity-v3 API, generated deterministically from its OpenAPI spec (endpoints, auth, and methods match the spec exactly — nothing is invented).
Base URL: https://api.sendgrid.com
Auth: bearer (pass your key via the apiKey input)
Operations
listmessage — GET /v3/messages — Filter all messages
getmessage — GET /v3/messages/{msg_id} — Filter messages by message ID
downloadcsv — GET /v3/messages/download/{download_uuid} — Download CSV
requestcsv — POST /v3/messages/download — Request CSV
Inputs
apiKey — your sendgrid-email-activity-v3 API key
operation — one of the operations above
path parameters when an operation's path contains {...}