/
PO
poststack
/
PostStack API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Checked 3h ago · Updated 2mo ago
Details
Filter operations
API keys
2
Broadcasts
4
Contact properties
2
Contacts
6
Domains
6
Email validations
1
Emails
7
get
List sent emails
post
Send an email
post
Send up to 100 emails in one request
get
Fetch one email
patch
Reschedule a queued email
post
Cancel a scheduled or queued email
get
Timeline of events for one email
Inbound emails
2
Mailboxes
2
Segments
3
Signup forms
2
Subscription topics
2
Suppressions
2
Templates
5
Webhooks
5
Workflows
2
Emails
Fetch one email
get
/emails/{id}
Response
Email detail
Email
required
id
string
required
from
string
to
string[]
subject
string
status
'queued'
|
'sending'
|
'sent'
|
'delivered'
|
'bounced'
|
'complained'
|
'failed'
|
'cancelled'
required
tags
string[]
created_at
string
date-time
required
scheduled_at
string
date-time
nullable
delivered_at
string
date-time
nullable
Changes