Add an address as a webhookOur new feature allows you to effortlessly configure your webhook URL. By setting up a webhook, you gain access to comprehensive insights into message activity.With the webhook integration, you can receive real-time updates on all incoming messages and delivery statuses of outgoing messages. The delivery report provides valuable information, categorizing messages into three statuses:
1.
Delivery Number "1" (Server): Indicates that the message has been successfully sent to the WhatsApp server (indicated by one gray tick).
2.
Delivery Number "2" (Phone): Means that the message has been delivered to the user's WhatsApp phone (indicated by two gray ticks).
3.
Delivery Number "3" (Read): Indicates that the user has read the message (indicated by two blue ticks).
URL should return status 200
Request
Query Params
url
string
required
Your Webhook Address
Example:
https://example.com/webhook
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 GET 'https://api.whatsiplus.com/webhook/set/APIKEY?url=https://example.com/webhook'
Responses
🟢200set webhook
application/json
Body
status
string
required
url
string
required
apiKey
string
required
message
string
required
Example
{"status":"true","url":"https://example.com/webhook","apiKey":"APIKEY","message":"Webhook has been set successfully"}