- Sent API
- Sent Group API
- Image
- Video
- Audio
- Document
- TextPOST
- Async StatusPOST
- Administration
- Feature
- Scheduler
Webhook BOT
POST
https://yourdomain/yourendpoint
This can't be tested and you can try with your system as a target.
Request
Body Params application/json
contact_name
string
required
message
string
required
media
string
required
keyword
string
required
my_number
string
required
hour
string
required
message_type
string
required
filename
string
required
sender_name
string
required
group_flag
string
required
direction
string
required
scan_number
string
required
Example
{
"contact_name": "string",
"message": "string",
"media": "string",
"keyword": "string",
"my_number": "string",
"hour": "string",
"message_type": "string",
"filename": "string",
"sender_name": "string",
"group_flag": "string",
"direction": "string",
"scan_number": "string"
}
Request samples
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://yourdomain/yourendpoint' \
--header 'Content-Type: application/json' \
--data-raw '{
"contact_name": "string",
"message": "string",
"media": "string",
"keyword": "string",
"my_number": "string",
"hour": "string",
"message_type": "string",
"filename": "string",
"sender_name": "string",
"group_flag": "string",
"direction": "string",
"scan_number": "string"
}'
Responses
🟢200Success
application/json
Body
object {0}
Example
{}
Modified at 2025-06-15 11:06:14