Skip to main content
POST
Prepare Email Channel

Authorizations

Authorization
string
header
required

Bearer token authentication for subscriber calls

Headers

X-Dialect-Client-Key
string
required

Client Key used to uniquely identify the client

Example:

"dk_gyh2eqzfkc4mhp5eiahnndkz"

Body

application/json
email
string<email>
required

Email address to add

Example:

"user@example.com"

Response

Unverified email channel created successfully

id
string
required
type
enum<string>
required
Available options:
EMAIL,
TELEGRAM
value
string
required
verified
boolean
required
subscribed
boolean
required
subscribedApps
object[]