@n8n-dev/n8n-nodes-amazonaws-email
v1.0.0
Published
Amazon SES API reference documentation.
Downloads
66
Maintainers
Readme
@n8n-dev/n8n-nodes-amazonaws-email
Stop writing amazonaws-email API integrations by hand.
Every time you connect n8n to amazonaws-email, you waste hours mapping endpoints, defining parameters, and debugging schemas. You copy-paste from docs, fix edge cases, and pray nothing breaks.
What if connecting n8n to amazonaws-email took 5 minutes, not half a day?
This node gives you 1+ resources out of the box: Default: with full CRUD operations, typed parameters, and zero manual configuration.
What You Get
- Zero boilerplate: Resources, operations, and fields are pre-configured and ready to use
- Full CRUD: Create, read, update, and delete support where the API allows it
- Typed parameters: No more guessing field types
- Built-in auth: API key authentication, ready to go
- Declarative: Native n8n performance, no custom execute() overhead
Install
npm install @n8n-dev/n8n-nodes-amazonaws-emailOr in n8n:
- Settings → Community Nodes → Install
- Search:
@n8n-dev/n8n-nodes-amazonaws-email - Click Install
Quick Start
- Install the node (above)
- Add credentials: amazonaws-email API → paste your API key
- Drag the amazonaws-email node into your workflow
- Pick a resource → pick an operation → done.
That's it. No configuration files. No code. It just works.
Resources
- Get Clone Receipt Rule Set
- Post Clone Receipt Rule Set
- Get Create Configuration Set
- Post Create Configuration Set
- Get Create Configuration Set Event Destination
- Post Create Configuration Set Event Destination
- Get Create Configuration Set Tracking Options
- Post Create Configuration Set Tracking Options
- Get Create Custom Verification Email Template
- Post Create Custom Verification Email Template
- Get Create Receipt Filter
- Post Create Receipt Filter
- Get Create Receipt Rule
- Post Create Receipt Rule
- Get Create Receipt Rule Set
- Post Create Receipt Rule Set
- Get Create Template
- Post Create Template
- Get Delete Configuration Set
- Post Delete Configuration Set
- Get Delete Configuration Set Event Destination
- Post Delete Configuration Set Event Destination
- Get Delete Configuration Set Tracking Options
- Post Delete Configuration Set Tracking Options
- Get Delete Custom Verification Email Template
- Post Delete Custom Verification Email Template
- Get Delete Identity
- Post Delete Identity
- Get Delete Identity Policy
- Post Delete Identity Policy
- Get Delete Receipt Filter
- Post Delete Receipt Filter
- Get Delete Receipt Rule
- Post Delete Receipt Rule
- Get Delete Receipt Rule Set
- Post Delete Receipt Rule Set
- Get Delete Template
- Post Delete Template
- Get Delete Verified Email Address
- Post Delete Verified Email Address
- Get Describe Active Receipt Rule Set
- Post Describe Active Receipt Rule Set
- Get Describe Configuration Set
- Post Describe Configuration Set
- Get Describe Receipt Rule
- Post Describe Receipt Rule
- Get Describe Receipt Rule Set
- Post Describe Receipt Rule Set
- Get Get Account Sending Enabled
- Post Get Account Sending Enabled
- Get Get Custom Verification Email Template
- Post Get Custom Verification Email Template
- Get Get Identity Dkim Attributes
- Post Get Identity Dkim Attributes
- Get Get Identity Mail From Domain Attributes
- Post Get Identity Mail From Domain Attributes
- Get Get Identity Notification Attributes
- Post Get Identity Notification Attributes
- Get Get Identity Policies
- Post Get Identity Policies
- Get Get Identity Verification Attributes
- Post Get Identity Verification Attributes
- Get Get Send Quota
- Post Get Send Quota
- Get Get Send Statistics
- Post Get Send Statistics
- Get Get Template
- Post Get Template
- Get List Configuration Sets
- Post List Configuration Sets
- Get List Custom Verification Email Templates
- Post List Custom Verification Email Templates
- Get List Identities
- Post List Identities
- Get List Identity Policies
- Post List Identity Policies
- Get List Receipt Filters
- Post List Receipt Filters
- Get List Receipt Rule Sets
- Post List Receipt Rule Sets
- Get List Templates
- Post List Templates
- Get List Verified Email Addresses
- Post List Verified Email Addresses
- Get Put Configuration Set Delivery Options
- Post Put Configuration Set Delivery Options
- Get Put Identity Policy
- Post Put Identity Policy
- Get Reorder Receipt Rule Set
- Post Reorder Receipt Rule Set
- Get Send Bounce
- Post Send Bounce
- Get Send Bulk Templated Email
- Post Send Bulk Templated Email
- Get Send Custom Verification Email
- Post Send Custom Verification Email
- Get Send Email
- Post Send Email
- Get Send Raw Email
- Post Send Raw Email
- Get Send Templated Email
- Post Send Templated Email
- Get Set Active Receipt Rule Set
- Post Set Active Receipt Rule Set
- Get Set Identity Dkim Enabled
- Post Set Identity Dkim Enabled
- Get Set Identity Feedback Forwarding Enabled
- Post Set Identity Feedback Forwarding Enabled
- Get Set Identity Headers In Notifications Enabled
- Post Set Identity Headers In Notifications Enabled
- Get Set Identity Mail From Domain
- Post Set Identity Mail From Domain
- Get Set Identity Notification Topic
- Post Set Identity Notification Topic
- Get Set Receipt Rule Position
- Post Set Receipt Rule Position
- Get Test Render Template
- Post Test Render Template
- Get Update Account Sending Enabled
- Post Update Account Sending Enabled
- Get Update Configuration Set Event Destination
- Post Update Configuration Set Event Destination
- Get Update Configuration Set Reputation Metrics Enabled
- Post Update Configuration Set Reputation Metrics Enabled
- Get Update Configuration Set Sending Enabled
- Post Update Configuration Set Sending Enabled
- Get Update Configuration Set Tracking Options
- Post Update Configuration Set Tracking Options
- Get Update Custom Verification Email Template
- Post Update Custom Verification Email Template
- Get Update Receipt Rule
- Post Update Receipt Rule
- Get Update Template
- Post Update Template
- Get Verify Domain Dkim
- Post Verify Domain Dkim
- Get Verify Domain Identity
- Post Verify Domain Identity
- Get Verify Email Address
- Post Verify Email Address
- Get Verify Email Identity
- Post Verify Email Identity
Why This Node?
Without this node:
- Hours of manual API integration
- Copy-pasting from amazonaws-email docs
- Debugging auth, pagination, error handling
- Maintaining your own client code
With this node:
- Install → configure → use. 5 minutes.
- Auto-generated from the official amazonaws-email OpenAPI spec
- Always up to date when the API changes
- Native n8n performance
Auto-Generated
This node was auto-generated from the official amazonaws-email OpenAPI specification using @n8n-dev/n8n-openapi-node-ultimate, then validated against the live API so you get accurate types and real parameters, not guesswork.
When the amazonaws-email API updates, this node updates too.
Support This Project
If this node saved you hours of work, consider supporting continued development, new APIs, better error handling, and faster updates.
License
MIT © kelvinzer0
