npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2026 – Pkg Stats / Ryan Hefner

@slates-integrations/aws-ses

v0.2.0-rc.7

Published

Send formatted, raw, and bulk templated emails to recipients, including SES v2 attachments, custom headers, tenant routing, and multi-region endpoint routing. Create and manage reusable email templates with personalization variables. Manage contact lists

Readme

Aws Ses

Send formatted, raw, and bulk templated emails to recipients, including SES v2 attachments, custom headers, tenant routing, and multi-region endpoint routing. Create and manage reusable email templates with personalization variables. Manage contact lists and topic-based subscription preferences. Verify and configure sending identities (email addresses and domains) with DKIM authentication. Create configuration sets to control delivery options, reputation monitoring, and event tracking. Manage account-level suppression lists for bounces and complaints. Organize dedicated IP addresses into pools for reputation isolation. Monitor deliverability with account status, message insights, and email address validation insights. Track email events including sends, deliveries, bounces, complaints, opens, and clicks. Process inbound emails with receipt rules and filters (v1 API).

Tools

Get Account Info

Retrieve SES account details including sending quotas, reputation status, enforcement status, and whether the account has production access. Also shows suppression and Virtual Deliverability Manager (VDM) settings.

Get Email Address Insights

Analyze an email address with SES validation insights, including syntax, DNS, disposable-address, role-address, random-input, and mailbox-existence signals.

Get Message Insights

Retrieve detailed delivery insights for a specific sent email by its message ID. Shows delivery events per recipient, including delivery status, bounces, complaints, opens, and clicks. Useful for troubleshooting delivery issues and tracking individual message outcomes.

Manage Configuration Set

Create, retrieve, delete, or list SES configuration sets. Configuration sets control delivery options, reputation monitoring, click/open tracking, and suppression behavior for emails. You can also update individual options (delivery, sending, reputation, tracking, suppression) on an existing set.

Manage Contact List

Create, update, retrieve, delete, or list SES contact lists. Contact lists enable subscription management and compliance with unsubscribe requirements. Each list can have multiple topics that contacts can individually subscribe to or opt out of.

Manage Contact

Create, update, retrieve, delete, or list contacts within an SES contact list. Contacts represent email recipients with topic-based subscription preferences. Use this to manage individual subscriber preferences and compliance status.

Manage Dedicated IP Pool

Create, retrieve, delete, or list dedicated IP pools in SES. Dedicated IP pools group IPs for isolated sender reputation management. Pools can operate in Standard (manually managed) or Managed (AWS handles warmup and optimization) mode.

Manage Email Identity

Verify and manage sending identities (email addresses or domains) in SES. Identities must be verified before they can be used as a "From" address. Supports creating identities with DKIM configuration, managing mail-from domains, enabling/disabling DKIM signing, and toggling feedback forwarding.

Manage Email Template

Create, update, retrieve, delete, or list SES email templates. Templates support placeholder variables for personalization and can be used with both single and bulk email sending. Use the testRender action to preview how a template renders with sample data.

Manage Event Destination

Create, update, list, or delete event destinations on an SES configuration set. Event destinations publish email sending events (sends, deliveries, bounces, complaints, opens, clicks, etc.) to SNS topics, CloudWatch, Kinesis Data Firehose, Pinpoint, or EventBridge for monitoring and alerting.

Manage Suppression List

Manage the account-level suppression list in SES. Add, remove, retrieve, or list suppressed email addresses. Addresses on the suppression list will not receive emails. Addresses can be suppressed due to bounces or complaints.

Send Bulk Email

Send a templated email to multiple recipients in bulk. Each recipient can have personalized replacement data and headers. Uses SES email templates for consistent formatting with per-recipient customization and supports default attachments for every recipient.

Send Email

Send an email through AWS SES. Supports three content modes: - Simple: Provide subject and body (text/HTML) — SES handles MIME formatting and can include custom headers and attachments. - Raw: Supply a complete MIME message for full control over headers and content. - Template: Use a pre-created SES template with dynamic replacement data, custom headers, and attachments. Emails can be sent to multiple recipients via To, Cc, and Bcc fields.

License

This integration is licensed under the FSL-1.1.