Route HTTP Upload to SES Email automatically — you're one step away. Get going!
Email uploaded files as attachments via Amazon SES
Accept file uploads via HTTP and deliver them as email attachments through Amazon SES. DocEvent Channels connects your upload endpoint to email delivery — perfect for form submissions, document workflows, and customer notifications.
Files arrive via HTTP POST to a dedicated DocEvent channel endpoint.
DocEvent Channel
Email via SES
Files are delivered as email attachments via Amazon Simple Email Service.
1
File arrives via HTTP Upload
REST endpoint accepts multipart/form-data file uploads with optional authentication headers.
2
Channel routes it
DocEvent's channel server matches the incoming file to your configured route, queues it for delivery, and ensures no file is ever lost — even during downstream outages.
3
Delivered to SES Email
Amazon SES with configurable sender, recipient, subject, and body. Attachment included.
Common use cases
Real workflows that teams automate with a HTTP Upload → SES Email channel.
Send form-submitted files as email attachments to reviewers
Notify recipients by email when files are uploaded via API
Route uploaded documents to email distribution lists via SES
Automate document dispatch from web uploads via SES email
Technical details
Source:
HTTP Upload
REST endpoint accepts multipart/form-data file uploads with optional authentication headers.
Files arrive via HTTP POST to a dedicated DocEvent channel endpoint.
Destination:
Email via SES
Amazon SES with configurable sender, recipient, subject, and body. Attachment included.
Files are delivered as email attachments via Amazon Simple Email Service.