How to correctly setup a Sendgrid integration

Sendgrid is a cloud-based email service that provides reliable transactional email delivery, scalability, and real-time analytics along with flexible APIs that make custom integration easy.

sendgrid logo
PUT
/integrations/sendgrid
Schema Type: "object"
Required Fields:
api_key

Properties

api_key "string"
required

The API key for Sendgrid

from "object"
reply_to "object"

Example Request

{
  "api_key": "SG.1234567890",
  "from": {
    "email": "[email protected]",
    "name": "Matt"
  },
  "reply_to": {
    "email": "[email protected]",
    "name": "Hana"
  }
}