---
title: "Save a SendGrid integration"
method: PUT
path: "/integrations/sendgrid"
tags: ["sendgrid", "channel/email"]
---

# Save a SendGrid integration

`PUT /integrations/sendgrid`

Updates or creates the SendGrid integration for the project.

## Request body

- SendgridConfigPayload
  - `api_key` string, required — The API key for Sendgrid
  - `from` object
    - `email` string, email, required — The email address to send from
    - `name` string, nullable — The name to send from
  - `reply_to` object
    - `email` string, email, required — The email address to reply to
    - `name` string, nullable — The name to reply to

## Response `200`

OK

- SendgridConfigPayload
  - `api_key` string, required — The API key for Sendgrid
  - `from` object
    - `email` string, email, required — The email address to send from
    - `name` string, nullable — The name to send from
  - `reply_to` object
    - `email` string, email, required — The email address to reply to
    - `name` string, nullable — The name to reply to

---

[API](https://skmtc.net/magicbell/apis/magicbell-api.md) · [All operations](https://skmtc.net/magicbell/apis/magicbell-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/magicbell/magicbell-api/revisions/8b99dca11019/schema)
