Get Webhook
Get Webhook allows you to see the webhook URL you have for incoming messages. the default is empty.
Settings:
|
URL |
https://api.99digital.co.il/whatsapp/v2/getWebhook |
|
Method |
JSON via POST |
Body:
|
Parameter |
Description / Example |
|
apiKey |
Your API key for the service |
|
from |
your WhatsApp account. international number without +. for example: 972771234567 |
Response:
{
"status": "OK",
"url": "your-webhook.example.com",
"system": "1",
"systemPhoneAlert": "0501234567",
"reason": 1
}
Response-Explain:
|
Parameter |
Description |
||||||
|
status |
OK or FAIL |
||||||
|
url |
the webhook url |
||||||
|
system |
system messages status 1 - for active 0 - for not active |
||||||
|
systemPhoneAlert |
list of phone numbers to receive system notifications via WhatsApp message. |
||||||
|
retry |
0 if disabled 1 if enabled |
||||||
|
readStatus |
0 if disabled 1 if enabled |
||||||
|
reason |
'reason' is the status explanation in case of FAIL
|
Created with the Personal Edition of HelpNDoc: Full-featured EPub generator