Get Webhook
Get Webhook allows you to see the webhook URL you have for incoming messages. the default is empty.
Settings:
URL | |
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",
"retry": 1,
"readStatus": 1,
"reason": 1
}
Response-Explain:
Parameter | Description | ||||||
|---|---|---|---|---|---|---|---|
status | OK or FAIL | ||||||
url | Your 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
|