Log in to your Whatsiplus panel using this link to generate your API key

Whatsiplus API
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
HomeGeneralSettingWebhookPartner
Wordpress Plugin
  • WhatsApp Order Notification
  • WhatsApp Login
  • WhatsApp Scheduled Notification
WHMCS Module
  • WhatsApp Notification
  • WhatsApp Login
WhatsApp
  1. Webhook
  • set webhook
    GET
  • remove webhook
    GET
  • pending webhook
    GET
  • resend webhook
    GET
  1. Webhook

set webhook

GET
https://api.whatsiplus.com/webhook/set/APIKEY
Add an address as a webhook
Our 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 Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/webhook/set/APIKEY?url=https://example.com/webhook'
Response Response Example
{
    "status": "true",
    "url": "https://example.com/webhook",
    "apiKey": "APIKEY",
    "message": "Webhook has been set successfully"
}

Request

Query Params

Responses

🟢200set webhook
application/json
Body

Modified at 2024-05-21 20:49:31
Next
remove webhook
Built with