Skip to content

Commit 1c66e25

Browse files
committed
docs(ses): add manual intro section to SES docs
1 parent e4e7752 commit 1c66e25

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

  • apps/docs/content/docs/en/tools

apps/docs/content/docs/en/tools/ses.mdx

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,21 @@ import { BlockInfoCard } from "@/components/ui/block-info-card"
1010
color="linear-gradient(45deg, #BD0816 0%, #FF5252 100%)"
1111
/>
1212

13+
{/* MANUAL-CONTENT-START:intro */}
14+
[Amazon Simple Email Service (SES)](https://aws.amazon.com/ses/) is a cloud-based email sending service designed for high-volume, transactional, and marketing email delivery. It provides a cost-effective, scalable way to send email without managing your own mail server infrastructure.
15+
16+
With AWS SES, you can:
17+
18+
- **Send simple emails**: Deliver one-off emails with plain text or HTML body content to individual recipients
19+
- **Send templated emails**: Use pre-defined templates with variable substitution (e.g., `{{name}}`, `{{link}}`) for personalized emails at scale
20+
- **Send bulk emails**: Deliver templated emails to large lists of recipients in a single API call, with per-destination data overrides
21+
- **Manage email templates**: Create, retrieve, list, and delete reusable email templates for transactional and marketing campaigns
22+
- **Monitor account health**: Retrieve your account's sending quota, send rate, and whether sending is currently enabled
23+
24+
In Sim, the AWS SES integration is designed for workflows that need reliable, programmatic email delivery — from access request notifications and approval alerts to bulk outreach and automated reporting. It pairs naturally with the IAM Identity Center integration for TEAM (Temporary Elevated Access Management) workflows, where email notifications are sent when access is provisioned, approved, or revoked.
25+
{/* MANUAL-CONTENT-END */}
26+
27+
1328
## Usage Instructions
1429

1530
Integrate AWS SES v2 into the workflow. Send simple, templated, and bulk emails. Manage email templates and retrieve account sending quota and verified identity information.

0 commit comments

Comments
 (0)