Skip to main content
POST
Send a transactional notification

Authorizations

Authorization
string
header
required

API token for authentication

Body

application/json
workspace_id
string
required

The ID of the workspace

Example:

"ws_1234567890"

notification
object
required

Response

Notification sent successfully

message_id
string

Unique identifier for the sent message

Example:

"msg_1234567890abcdef"

success
boolean

Whether the notification was sent successfully

Example:

true