WbizTool is a SaaS product that provides a personal WhatsApp API for businesses to send automated and personalized messages. It offers features like flexible messaging, easy setup, and marketing tools. The service includes REST APIs and supports multiple languages, with plans for different business sizes.
Send unlimited messages to your contacts without restrictions using the WhatsApp API.
Simple to integrate your WhatsApp account, making it easy to get started quickly.
Utilize the broadcasting feature to send messages to multiple contacts at once, aiding in effective marketing.
Send messages in more than one language, enhancing communication for diverse audiences.
Robust APIs ensure fast and secure message delivery to your clients.
Integrates with third-party applications using REST API methods such as GET and POST, allowing data extraction in JSON format.
Create and manage API keys for developers to interact with WhatsApp using Python, Go, Ruby, Node.js, Java, Curl, and PHP.
Manage WhatsApp accounts, including viewing client ID, number, connection status, and pending messages.
Allows you to send messages using the POST request to the '/api/v1/send_msg/' endpoint.
Required integer value. Your unique client ID for API access.
Specifies the format of the message. Can be 'text', 'image', 'file', etc. Determines how the message content is processed.
Unique identifier for your WhatsApp client, necessary for sending a message.
Recipient's phone number, which should be in the international format.
The actual message string to be sent. Its display depends on its type (text, image URL, etc.).
URL address pointing to an image. Mandatory if the message type is an image.
Allows message sending with an attached image file. Relevant when message type is file and requires file parameter.
Telephone country code required to send messages. For example, 91 for India, and 1 for USA.
Optional URL for asynchronous status updates for the message sent.
Create a free account to get started, allowing you to track your earnings and see how much you've earned through affiliate referrals.
Once registered, create your affiliate link to track all your referrals and monitor your conversions.
Earn a 25% recurring commission for each new customer you refer, with no earning cap.
Feature that allows you to send bulk messages through an Excel upload.
Integrate and manage your Shopify store for streamlined communication.
Allows you to send a test message to a phone number for trial purposes.
Connect and manage WhatsApp for sending messages.
Integrate with Zapier to automate workflows and connect with other apps.
Generate and view reports on message sends and other activities.
Access different integration options to connect with various platforms.
Allows clients to send messages via WhatsApp using an API. Requires POST requests to the specified endpoint with necessary parameters like client ID, API key, WhatsApp client ID, and message details.
Option to schedule messages to be sent after a specific number of seconds through the 'schedule' parameter.
Supports sending images either by URL or file upload, as well as other file types. Use parameters like img_type and url or upload files directly.
Provides a response with message ID and status to track the success or failure of message requests, enabling users to save this ID for future reference.
Allows specifying the country code for the recipient, enhancing international message sending capabilities.
Optionally send webhook notifications upon message status updates, using the 'webhook' field.
An integer representing your client ID, which is essential for authenticating requests.
A string required to authenticate API requests. It should be obtained from the designated API key page.
Integer ID for your WhatsApp client number. It needs to be configured in the WhatsApp settings.
Can be either 'AP' for a text message or 'IMG' for an image file to specify the type of message.
A string for text message bodies that supports plain text content.
For 'IMG' message type, it should be a valid image URL ending with accepted formats like .png, .jpg, etc.
The name for the file to be downloaded, required only if a file URL is provided.
A binary file required if the message type is 'IMG' and there's no file URL.
The recipient's mobile number, must be in international format.
Timezone data in numeric format (hour format). For example, -5 for Eastern Standard Time (EST).
String representing the scheduled time in epoch format (UTC).
A string URL where status updates for the message and tracking information will be posted.
This API endpoint allows you to cancel a previously sent or scheduled message using POST requests. You need to provide your client ID, API key, and the unique message ID.
To use the Cancel Message API, you need to include the client_id, api_key, and msg_id as parameters in your POST request. These are used to authenticate and identify the specific message to be cancelled.
The API response will return a message field with a readable status and a status field indicating success or error (0 for error). If there's an error, the message field will provide an explanation.
The documentation provides examples in cURL, Python, and PHP to demonstrate how to send POST requests to the Cancel Message API endpoint.
Allows you to send messages to WhatsApp users using the API. Requires client_id, api_key, and whatsapp_client parameters.
Enables the scheduling of WhatsApp messages to be sent at a future date and time.
Provides the capability to cancel scheduled messages that have not yet been sent.
Retrieves historical messages sent via the API, providing details such as the number of messages sent in a specific period.
Requires unique WhatsApp client identification provided in the WhatsApp setting page.
Offers a Postman Collection for easier API requests integration and testing.
Integrates with Zapier for automating workflows without any coding.
Retrieve a list of WhatsApp clients. Requires an API key and client ID for authentication via POST requests. Provides status and message in response along with the clients array.
Create a new WhatsApp client instance via a POST request to the endpoint. Requires client ID, API key, WhatsApp number, and a webhook URL for response data about events like 'qr-generated', 'connected', 'logged-out', etc.
The API endpoint URL is https://wbiztool.com/api/v1/whatsapp-client/status/. This is where the POST request should be made to check the status.
The API uses POST requests to interact with the WhatsApp Client Status API.
The request must include 'client_id' (Integer), 'api_key' (String), and 'whatsapp_client' (Integer). These fields are crucial for authenticating and identifying the correct WhatsApp client.
The response includes 'message' (String) and 'status' (Integer). The 'status' indicates success if it is 1, or failure if it is 0, with the 'message' providing more details.
You can download a Postman Collection for easier testing and integration of the API.
Allows you to manage your WhatsApp connections by showing client ID, status, pending messages, and last message time.
Guides you through the process to connect a new WhatsApp number by entering the phone number and scanning a QR code.
Allows you to upload a file in .csv, .xls, or .xlsx format to start a messaging campaign.
Provides a format guide with examples for the Excel or CSV file to be uploaded, showing necessary columns like Whatsapp Number, Message, Image/File URL, and whatsapp_client_id.
Displays a summary table of all campaigns showing information such as Campaign Date, Total Messages, Pending, Delivered, Cancelled, and Report.
Allows you to connect and manage Shopify stores. This feature is marked as 'Coming Soon', indicating future availability.
Feature to send data or reports using Excel, possibly integrating with Shopify data for analytics or reporting.
Configure WhatsApp settings for communication, potentially useful for customer service or marketing through WhatsApp.
Allows integration with Zapier for automation across various apps and services, enabling workflow automation using Shopify data.
Enables the user to send messages using a spreadsheet format.
Allows the user to programmatically send messages using an API.
Enables users to schedule messages to be sent at specific times using an API.
Provides a QR code generation API for advanced use cases.
Offers a dedicated server for running bot services.
Access to prioritized customer support services.
Displays a graph showing the number of sent messages and messages created over time. Helps in tracking messaging activity.
Displays a detailed table of all messages sent. Includes columns like ID, Recipient, WhatsApp Client, Type, Message, Date, and Status for easy tracking and management of messages.
Allows users to search messages by phone number and filter them by status. Enhances the user's ability to locate specific messages quickly.
Allows you to create a new API key to interact with customers using PHP, Python, or Ruby.
Provides REST API documentation to help integrate WhatsApp API into your system swiftly.
Shows existing API keys with details such as label, creation date, status, and a delete option.