Endpoint URL
Local Host : POST http://127.0.0.1:5000/api/v1/whatsapp/notify
Ngrok Domain : POST https://<your-ngrok-domain>.ngrok-free.app/api/v1/whatsapp/notify
Custom Domain: POST https://<your-custom-domain>/api/v1/whatsapp/notifySample API Requests
Send to yourself (paired device's own number)
{
"apikey": "<your_app_apikey>",
"self": true,
"message": "Build #482 finished in 1m 23s"
}Send to a single phone number
{
"apikey": "<your_app_apikey>",
"phone": "919876543210",
"message": "Order placed: BUY RELIANCE x 10 @ MARKET"
}Send to a linked OpenAlgo user
Small broadcast (max 5 recipients)
Sample cURL Request
Sample API Response
Fire-and-forget (default)
wait_for_delivery: true
wait_for_delivery: trueRequest Body
Parameter
Type
Description
Response Fields (async)
Field
Type
Description
Response Fields (wait_for_delivery: true)
wait_for_delivery: true)Field
Type
Description
Notes
Last updated