Getting Started with Wbiztool API

WbizTool provides REST API (Application Programming Interface) that lets you integrate with third-party applications such as, Zapier, Zoho, Salesforce, Drift, self-service portals and others.

The REST API uses simple HTTP methods, such as GET and POST. These methods allow data to be extracted in JSON format including errors, making it easy to develop new applications and also to integrate with existing business applications.

For Python developers, we provide an official Python package on PyPI that makes it even easier to integrate with our API. Install it using pip: pip install wbiztool-client

For Node.js developers, we provide an official Node.js package on npm that simplifies API integration. Install it using npm: npm install wbiztool-client

End Point: https://wbiztool.com/api/v1/

Required Fields in Every Request API

  • client_id (Integer) - 10508
  • api_key (String) - d8847dd9cc348adfa714fcc9a74414e0873590ec
  • whatsapp_client (Integer) - Your WhatsApp Client Id (Given on Whatsapp Setting page)

Code examples are available in Python, Go, Ruby, Node.js, Java, Curl and PHP

Client Id & Api Key can be found on API Keys Page
whatsapp_client can be found on Whatsapp Setting Page