---
title: "Save an Amazon SES integration"
method: PUT
path: "/integrations/ses"
tags: ["ses", "channel/email"]
---

# Save an Amazon SES integration

`PUT /integrations/ses`

Updates or creates the Amazon SES integration for the project.

## Request body

- SESConfigPayload
  - `from` object
    - `email` string, email, required — The email address to send from
    - `name` string, nullable — The name to send from
  - `key_id` string, required — AWS Access Key ID
  - `region` string, required — AWS Region
  - `secret_key` string, required — AWS Secret Key

## Response `200`

OK

- SESConfigPayload
  - `from` object
    - `email` string, email, required — The email address to send from
    - `name` string, nullable — The name to send from
  - `key_id` string, required — AWS Access Key ID
  - `region` string, required — AWS Region
  - `secret_key` string, required — AWS Secret Key

---

[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)
