Skip to main content
POST
/
app
/
apps
/
{app}
/
emails
Error
A valid request URL is required to generate request examples
{
  "success": true,
  "data": {},
  "meta": {},
  "error": null
}

Documentation Index

Fetch the complete documentation index at: https://help.the-meridian.ai/llms.txt

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

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

app
string<uuid>
required

Body

application/json
name
string
required
Maximum string length: 255
subject
string | null
Maximum string length: 255
preview_text
string | null
Maximum string length: 255
html
string | null

Optional top-level import fallback; normalized into design.html before validation/render.

raw_html
string | null

Optional alias of html import fallback; normalized into design.raw_html.

status
enum<string> | null
Available options:
active,
inactive
design
object

Tiptap JSON root object. Optional import fallback fields html/raw_html accepted as string|null and sanitized on read. Guardrails enforced (max 50KB, depth 50, node count 5000).

Response

Created

success
boolean
required
Example:

true

data
object
required
meta
object
required
error
unknown
required
Last modified on May 6, 2026