Amazon SES website screenshot

Amazon SES

Amazon Simple Email Service (SES) is a cloud-based email sending service designed to help digital marketers and application developers send marketing, notification, and transactional emails, providing a reliable and scalable infrastructure for email communication.

12 APIs 0 Features
EmailEmail DeliverabilityEmail ServiceMarketing EmailNotificationsSMTPTransactional Email

APIs

Amazon SES Documentation

Official AWS documentation for Amazon Simple Email Service, providing comprehensive guides, API references, and tutorials for email sending and management.

Amazon SES OpenAPI

The OpenAPI definition for the Amazon SES API, describing all available operations for sending emails, managing identities, contact lists, and email templates.

Amazon SES OpenAPI (APIs.guru)

The APIs.guru maintained OpenAPI definition for the Amazon SES API.

Amazon SES JSON Schema

JSON Schema definitions for the Amazon SES API request and response objects.

Amazon SES JSON-LD Context

JSON-LD context document for Amazon SES API resources providing semantic linked data mappings.

Amazon SES Pricing

Pricing details for Amazon SES including email sending, receiving, and additional features.

Amazon SES Getting Started

Getting started guide for Amazon SES, helping new users set up and begin sending emails.

Amazon SES FAQ

Frequently asked questions about Amazon SES covering features, pricing, deliverability, and compliance.

Amazon SES User Guide

Comprehensive user guide for Amazon SES covering all features and best practices for email communication.

Amazon SES API Reference

Complete API reference documentation for Amazon SES with detailed descriptions of all operations, parameters, and data types.

Amazon SES CLI Reference

AWS CLI reference for Amazon SES, providing command-line access to all SES operations.

Amazon SES Security

Security documentation for Amazon SES covering authentication, authorization, and encryption.

Agent Skills

aws-mail-manager

AGENT SKILL

aws-ses

AGENT SKILL

Collections

Pricing Plans

Amazon Ses Plans Pricing

4 plans

PLANS

Rate Limits

Amazon Ses Rate Limits

5 limits

RATE LIMITS

FinOps

Semantic Vocabularies

Amazon Ses Context

0 classes · 6 properties

JSON-LD

Amazon Ses Emailmessage Context

1 classes · 19 properties

JSON-LD

Amazon Ses Openapi Email Message Context

1 classes · 12 properties

JSON-LD

API Governance Rules

Amazon SES API Rules

19 rules · 8 errors 10 warnings 1 info

SPECTRAL

JSON Structure

Amazon Ses Emailmessage Structure

7 properties

JSON STRUCTURE

Amazon Ses Openapi Email Message Structure

3 properties

JSON STRUCTURE

Amazon Ses Structure

0 properties

JSON STRUCTURE

Example Payloads

Resources

🔗
AgentSkills
AgentSkills
🌐
Portal
Portal
🔗
Website
Website
🔗
Documentation
Documentation
📜
terms
terms
📜
privacy
privacy
💬
Support
Support
📰
Blog
Blog
👥
github
github
🌐
Console
Console
📝
Signup
Signup
🔗
Login
Login
🟢
StatusPage
StatusPage
🔗
knowledge-center
knowledge-center
👥
YouTube
YouTube
👥
StackOverflow
StackOverflow
🔗
Contact
Contact
🔗
Security
Security
🔗
Compliance
Compliance
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONLD
JSONLD
🔗
JSONSchema
JSONSchema
🔗
JSONSchema
JSONSchema
🔗
JSONStructure
JSONStructure
🔗
JSONStructure
JSONStructure
💻
Examples
Examples
💻
Examples
Examples
🔗
SpectralRules
SpectralRules
🔗
Vocabulary
Vocabulary
🔗
OpenAPI
OpenAPI

Sources

Raw ↑
opencollection: 1.0.0
info:
  name: Amazon SES Amazon Simple Email Service (SES)
  version: '2019-09-27'
items:
- info:
    name: Email Sending
    type: folder
  items:
  - info:
      name: Amazon SES Send Email
      type: http
    http:
      method: POST
      url: https://email.amazonaws.com/v2/email/outbound-emails
      body:
        type: json
        data: '{}'
    docs: Sends an email message, supporting simple and raw email formats with configurable content, destinations, and sending
      options.
- info:
    name: Identities
    type: folder
  items:
  - info:
      name: Amazon SES List Email Identities
      type: http
    http:
      method: GET
      url: https://email.amazonaws.com/v2/email/identities
      params:
      - name: NextToken
        value: ''
        type: query
      - name: PageSize
        value: ''
        type: query
    docs: Returns a list of all email identities that are associated with your AWS account.
  - info:
      name: Amazon SES Create Email Identity
      type: http
    http:
      method: POST
      url: https://email.amazonaws.com/v2/email/identities
      body:
        type: json
        data: '{}'
    docs: Starts the process of verifying an email identity, which can be either an email address or a domain.
  - info:
      name: Amazon SES Get Email Identity
      type: http
    http:
      method: GET
      url: https://email.amazonaws.com/v2/email/identities/:EmailIdentity
      params:
      - name: EmailIdentity
        value: ''
        type: path
    docs: Provides information about a specific email identity, including its verification status and authentication settings.
- info:
    name: Contact Lists
    type: folder
  items:
  - info:
      name: Amazon SES Create Contact List
      type: http
    http:
      method: POST
      url: https://email.amazonaws.com/v2/email/contact-lists
      body:
        type: json
        data: '{}'
    docs: Creates a contact list for managing email subscription preferences.
- info:
    name: Templates
    type: folder
  items:
  - info:
      name: Amazon SES Create Email Template
      type: http
    http:
      method: POST
      url: https://email.amazonaws.com/v2/email/templates
      body:
        type: json
        data: '{}'
    docs: Creates an email template for use with sending emails using the SendEmail operation.
bundled: true