Skip to content

SendGrid ​

Send transactional and marketing emails via the SendGrid API.

DetailValue
CategoryCommunication
Base URLhttps://api.sendgrid.com/v3
AuthenticationBearer Token
Endpoints6
Connector keysendgrid

Using SendGrid in a workflow ​

  1. Go to Connections and click New Connection.
  2. Pick SendGrid from the marketplace.
  3. Enter your credentials (see Authentication above for what's expected).
  4. In a workflow, drop an API Call node and select this connection.
  5. Pick the operation you need from the Operation dropdown — see the table below.

Available Endpoints ​

EndpointSummary
POST /mail/sendSend an email
GET /marketing/contactsList all contacts
PUT /marketing/contactsAdd or update contacts
GET /marketing/listsGet all mailing lists
GET /templatesList transactional templates
GET /statsGet email statistics

Each endpoint has its own page with parameter details, an example API Call node configuration, and the response shape.