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

resend webhook

GET
https://api.whatsiplus.com/webhook/resend/APIKEY

Retrieve Webhook Resend Response#

This API endpoint is used to resend all pending messages to the webhook.

Response#

The response for this request is a JSON object with the following schema:
{
    "pending": integer,
    "apiKey": string,
    "message": string,
    "url": string
}
pending: (integer) The count of pending messages.
apiKey: (string) The API key of your service.
message: (string) A message, A description of how many messages were resent.
url: (string) The URL associated with the webhook.
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://api.whatsiplus.com/webhook/resend/APIKEY'
Response Response Example
{
    "pending": 4,
    "apiKey": "APIKEY",
    "message": "Resend 4 messages to https://webhook.site/6a61d7c8-43bf-4e5b-b554-9aa727f9a00e",
    "url": "https://webhook.site/6a61d7c8-43bf-4e5b-b554-9aa727f9a00e"
}

Request

None

Responses

🟢200resend webhook
application/json
Body

Modified at 2024-05-21 20:49:31
Previous
pending webhook
Next
Partner
Built with