latestOpenAPI 3.1.02026-08-1014497184.0 KB

8b99dca11019

sendgrid
channel/email

Save a SendGrid integration

Updates or creates the SendGrid integration for the project.

put/integrations/sendgrid

Request body

api_keystring required

The API key for Sendgrid

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"
  }
}

Response

OK

api_keystring required

The API key for Sendgrid

Example response

{
  "api_key": "SG.1234567890",
  "from": {
    "email": "company@example.com",
    "name": "Company Name"
  },
  "reply_to": {
    "email": "reply-to@example.com",
    "name": "Reply to Company"
  }
}