send sample message
POST
https://test.your-api-server.comhttps://api.karzoun.app/CloudApi.php
send message
Request Request Example
Shell
JavaScript
Java
Swift
curl --location -g --request POST 'https://api.karzoun.app/CloudApi.php?token={system_user_access_token}&sender_id={phone_number_id}&phone=966XXXXXXX&template={template_name}¶m_1=test¶m_2=test'
Response Response Example
{}
Request
Query Params
token
string
optional
Example:
{system_user_access_token}
sender_id
string
optional
Example:
{phone_number_id}
phone
string
optional
Example:
966XXXXXXX
template
string
optional
Example:
{template_name}
param_1
string
optional
Example:
test
param_2
string
optional
Example:
test
Responses
Modified at 2024-03-07 23:48:17