# Amazon SES

{% hint style="success" %}
**Audience:** Admins, Developers, Solution Architects

**Purpose:** Explains what Amazon SES is, why <code class="expression">space.vars.Kizen\_company\_name</code> users may choose it, and how it integrates with <code class="expression">space.vars.Kizen\_company\_name</code> for email delivery.
{% endhint %}

## Overview

Amazon Simple Email Service (Amazon SES) integrates with <code class="expression">space.vars.Kizen\_company\_name</code> to provide a reliable, scalable email delivery service for sending transactional and automated emails. This integration allows <code class="expression">space.vars.Kizen\_company\_name</code> to send email using your Amazon SES account, giving you greater control over deliverability, reputation, and sending limits.

### What Is Amazon SES?

Amazon SES is a cloud-based email sending service designed to help applications send email at scale. It is commonly used for transactional emails, system notifications, and automated messages, and is known for its high deliverability and flexible configuration options.

Amazon SES is part of the AWS ecosystem and supports features such as domain verification, reputation management, bounce and complaint handling, and detailed sending metrics.

Need more details? Learn more about [Amazon SNS](https://docs.aws.amazon.com/sns/latest/dg/welcome.html).

### Why Use Amazon SES with Kizen

<code class="expression">space.vars.Kizen\_company\_name</code> users typically use Amazon SES when they need:

* Greater control over email deliverability and sender reputation
* A dedicated email sending service for transactional or automated emails
* The ability to scale email sending as usage grows
* Visibility into email performance, bounces, and complaints

Using Amazon SES with <code class="expression">space.vars.Kizen\_company\_name</code> is especially helpful for businesses that send high volumes of automated email or want tighter control over how email is sent and monitored.

***

## How the Integration Works

When Amazon SES is enabled in <code class="expression">space.vars.Kizen\_company\_name</code>, <code class="expression">space.vars.Kizen\_company\_name</code> uses your SES configuration to send email on your behalf. Emails triggered by workflows, <code class="expression">space.vars.automations</code>, or system actions are passed to Amazon SES, which handles delivery to recipients.

Amazon SES manages the underlying email infrastructure, including sending limits, reputation, and feedback handling, while <code class="expression">space.vars.Kizen\_company\_name</code> manages the content, triggers, and <code class="expression">space.vars.automation</code> logic. This separation allows <code class="expression">space.vars.Kizen\_company\_name</code> to focus on orchestration and workflows, while SES handles reliable email delivery.

***

## What's Next <a href="#part-2-integrate-your-amazon-ses-account-with-kizen" id="part-2-integrate-your-amazon-ses-account-with-kizen"></a>

Next, continue to [Configure Your SES Account in AWS](/docs/integrations-and-plugins/integrations/amazon-ses/configure-your-ses-account-in-aws.md) to learn how to set up Amazon SES, verify your sending identity, and prepare your account for use with <code class="expression">space.vars.Kizen\_company\_name</code>.

<details>

<summary>Related Topics</summary>

* [Configure your SES Account in AWS](/docs/integrations-and-plugins/integrations/amazon-ses/configure-your-ses-account-in-aws.md)
* [Integrate your Amazon SES Account with Kizen](/docs/integrations-and-plugins/integrations/amazon-ses/integrate-your-amazon-ses-account-with-kizen.md)

</details>


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://developer.kizen.com/docs/integrations-and-plugins/integrations/amazon-ses.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
