Create Email

Create an email template for the userId specified in the request body.

Validation:

  • userId is required and must not exceed 255 characters. It must match ^[A-Za-z0-9_-]+$.
  • name is required, non-blank, and must not exceed 64 characters.
  • subject is optional and must not exceed 256 characters.
  • extra is optional; serialized JSON must not exceed 16384 characters.
Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
string
required
length between 1 and 255
^[A-Za-z0-9_-]+$

Required caller-provided end-user ID.

string
required
length between 1 and 64
.*\S.*

Required email name. Blank values are rejected.

string | null

Optional email subject.

extra
object | null

Pass-through extension data. Serialized JSON must not exceed 16384 characters.

Responses

Language
Credentials
Bearer
JWT
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json