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
  • WhatsApp API - WhatsiPlus Documentation
  • API Reference
    • sendMsg | Single
      GET
    • sendMsg | Single
      POST
    • sendMsg | Multiple phone numbers
      POST
    • sendMsg | Multiple phone numbers (Json)
      POST
    • sentMessages
      GET
    • receivedMessages
      GET
    • getStatus
      GET
    • pending
      GET
    • getGroupList
      GET
    • sendGroup | Single
      POST
    • sendGroup | Single
      GET
    • sendGroup | Multiple groups
      POST
    • sendLocation
      GET
    • sendLocation
      POST
    • sendLocation (JSON)
      POST
    • isRegistered
      GET
  • Settings
    • serviceSettings
      GET
    • countryCode
      GET
    • enable receiveMessage
      GET
    • disable receiveMessage
      GET
  • Webhook
    • set webhook
      GET
    • remove webhook
      GET
    • pending webhook
      GET
    • resend webhook
      GET
  • Partner
    • showAllService
      GET
    • create
      GET
    • qrCode
      GET
    • disconnect
      GET
    • connect
      GET
    • suspend
      GET
    • unsuspend
      GET
    • renew
      GET
    • remove
      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
Previous
Webhook
Next
remove webhook
Built with