SendGrid Integration

SendGrid is a cloud-based email service that provides reliable transactional email delivery, scalability, and real-time analytics.

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": "company@example.com",
    "name": "Company Name"
  },
  "reply_to": {
    "email": "reply-to@example.com",
    "name": "Reply to Company"
  }
}