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

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
Built with