POST
Send message

Authorizations

Authorization
string
header
required

Enter your API token in the format: Bearer {token}

Path Parameters

sessionId
string<uuid>
required
Example:

"123e4567-e89b-12d3-a456-426614174000"

Body

application/json
phone
string
required
Example:

"212612345678"

content
required
Example:

"Hello"

type
enum<string>
Available options:
text,
url,
image,
file,
audio,
video,
location
Example:

"text"

file
object | null
location
object | null

Response

Message sent

message
string
Example:

"Operation completed successfully."