Skip to main content
POST
Send a notification (real delivery for EMAIL channel with email+html supplied)

Body

application/json
channel
enum<string>
required
Available options:
EMAIL,
SMS,
WHATSAPP,
PUSH,
IN_APP
Example:

"EMAIL"

userId
string
required
Example:

"b6a1e2d4-8f3c-4a5b-9e2d-1f4c6a8b9d0e"

subject
string
required
Example:

"Your order has shipped!"

email
string
Example:

"customer@example.com"

html
string
Example:

"<p>Your order #12345 has shipped and will arrive within 3-5 business days.</p>"

text
string
Example:

"Your order #12345 has shipped and will arrive within 3-5 business days."

Response

201 - undefined