Integrations
Apps & integrations
Connect Wbiztool to the tools you already use. Every integration sends messages from your own connected WhatsApp number, so first connect a number on WhatsApp settings and, for most integrations, create an API key on Settings → API keys.
Which one should you use? Selling on Shopify or WooCommerce: use the Shopify app or the WordPress plugin. Building no-code workflows: use Zapier, n8n, Make or Pabbly Connect. Building your own app: use the REST API or the client libraries.
Built-in integrations#
These run inside Wbiztool. You set them up in your dashboard or install an official app or plugin.
| Integration | What it does | Guide |
|---|---|---|
| Shopify | Order confirmations, shipping updates and new-order alerts for your store. | Shopify integration |
| WordPress | The Business Messaging for WbizTool plugin: messages for WooCommerce orders, WP Amelia bookings and Contact Form 7 submissions. | WordPress integration |
| Google Sheets | Send a message when a row is added to or updated in a sheet. Included on every paid plan (the number of triggers depends on the plan). | Google Sheets integration |
Automation platforms#
Build workflows that send WhatsApp messages when something happens in another app.
| Platform | How it connects | Guide |
|---|---|---|
| Zapier | The Wbiztool app on Zapier: a trigger for new WhatsApp messages (needs the Unibox add-on) and actions to send messages. | Zapier integration |
| n8n | The n8n-nodes-wbiztool community node, or the HTTP Request node. | n8n integration |
| Pabbly Connect | The API (Pabbly) action. | Pabbly Connect |
| Albato | The HTTP Request/Outgoing webhook action. | Albato |
| Activepieces | The HTTP piece. | Activepieces |
| Make | Use the HTTP module. | Make |
Using a different tool? Any platform that can send an HTTP POST request works the same way. See Send WhatsApp messages from any automation tool.
Developer tools#
Client libraries#
Official wrappers for the REST API handle authentication and file uploads for you.
pip install wbiztool-clientnpm install wbiztool-client- Python: wbiztool-client on PyPI
- Node.js: wbiztool-client on npm
See Using the official clients for an example.
Postman collection#
Download the Postman collection and import it into Postman to try requests quickly. It covers Send message (text, image and file), Schedule message, Cancel message and Message history. For other endpoints, use the API reference. The collection sends form fields, so its Message history request returns only the first 200 messages. See Pagination.
Webhooks#
- Message status: pass a
webhookURL when you send a message to be told when it's sent or fails. See Webhook. - Incoming messages: with the Unibox add-on ($20/month or $200/year per WhatsApp number, bought on Billing & Plans), a listener on Unibox listeners posts each new WhatsApp message to your URL.
Need help?#
If you can't find what you need, contact support.
