Skip to main content
POST
/
email-threads
Create Email
curl --request POST \
  --url https://email.universal.rollout.com/api/email-threads \
  --header 'Content-Type: application/json' \
  --data '
{
  "subject": "<string>"
}
'
{
  "id": "<string>",
  "lastMessageAt": "<string>",
  "originalIds": {},
  "original": {}
}

Documentation Index

Fetch the complete documentation index at: https://rollout.com/docs/llms.txt

Use this file to discover all available pages before exploring further.

Body

subject
string
required

Response

Created

id
string
required
lastMessageAt
string
required
originalIds
object
required
original
object
required