Connect Your System with the WhatsApp Chat Bot Using API

Learn how to seamlessly integrate external APIs using the API Call feature. Configure HTTP methods, URLs, headers, authentication, and more with detailed instructions.

Overview

The API Call feature enables the integration of external APIs into the system by allowing users to make HTTP requests to specified URLs.

What is an API?

An API (Application Programming Interface) is a set of rules and protocols that allows different software applications to communicate with each other. It defines the methods and data formats that applications can use to request and exchange information. APIs enable the integration of different systems and services, facilitating the development of complex functionalities by leveraging existing components.

API methods in BizMagnets

API methods are requests dictating actions like retrieving, submitting, updating, or removing data between applications. Below are the API methods you can use in BizMagnets bot:

  • Get: Use this method to retrieve information or data from a specified resource.

  • Post: Use this method to submit data to a specified resource.

  • Patch: Use this method to partially update a specified resource.

  • Put: Use this method to replace a specified resource with new data.

  • Delete: Use this method to delete a specified resource.

Key Components of the API Call Connector

The API Call Connector in BizMagnets includes several components that enable efficient interaction with external APIs. Here are the key components and their descriptions:

The API Call feature provides users with a powerful tool to seamlessly integrate external APIs into the system. By following the provided guidelines, users can configure and execute API calls effectively, retrieve relevant data, and utilize it for various system functionalities.

Last updated