Resultado da Busca
Welcome to the Gupshup documentation hub. You'll find comprehensive guides and documentation to help you start working with Gupshup as quickly as possible, as well as support if you get stuck. Let's jump right in!
- Product Guide
Welcome to the WhatsApp Self-Serve Platform, a bundled...
- API Reference
🚧 The API will not work if called from any client(UI - AJAX,...
- Release Notes
Home Product Guide API Reference Changelogs. Search....
- Send Messages to Single Number
To send message to any mobile number by using Gupshup...
- Create an Inbound Call Flow
Inbound call flow is used for receiving calls from multiple...
- Introduction
Gupshup Enterprise SMS Application Programming Interface...
- WhatsApp Business
The difference is that the application is deployed on a...
- HubSpot CRM
The purpose of the WhatsApp Messaging by Gupshup app in...
- Product Guide
Gupshup API Documentation. Note: First, go to gupshup.io and signup to get an API KEY that will be required for every API call below.
Official Developer documentation for Gupshup WhatsApp | Instagram |Sms |telegram|voice|Viber|RCS & other official APIs for Developers.
- Creating A Path Prefix
- Creating An API Collection
- Creating An Endpoint
- Creating A Client
- Creating An Access Profile
- Executing The Created API
- Sharing The API
If you are creating an API for the first time, you’ll get a blank window asking to create a path prefix first. Enter the path prefix, say demo, and click the Savebutton: As soon as the path prefix is created, you’ll get a confirmation message and three tabs will get displayed on the API Management window: 1. API collections 2. Clients 3. Settings T...
Now, let us create an API collection that can store callable journeys as the official API endpoints. Switch to the API collections tab and click the + Create new API Collection button: A form-like window will open with the following input fields: 1. Name: The name of your API collection. E.g., Employee Login. 2. Version: The version number of the A...
Now, let us create an endpoint for this collection. Click the Employee Login API collection. A window appears as a blank canvas since there are no endpoints created. Click the + Create a new Endpoint button: A form-like window will open with the following input fields: 1. Name: The name of your API endpoint. E.g., Employee Login API Endpoint. 2. Ca...
Switch to the Clients tab and click the + Create new Client button. Give a name for the client and Save: You can rename and delete the client account. As you can see, there are no access profiles in this newly created client. Let’s create one.
Click the client board and then click the + Create new Access Profile button. A form-like window will open with the following input fields: 1 Name: The name of the access profile. E.g., Employee login access profile. 2 API Collections: The name of the API collection that should be accessible to this client. You can select multiple API collections i...
Copy the API key and go back to your API Development tool to test the created API Select the method, i.e. Get and paste the API. Now, go to the Headers section. Specify apiKey under the KEY field and paste the API key value obtained under the VALUEfield: Now, click the Send button. You’ll get the response of the callable journey in the API Developm...
It is possible to share the API with other users or customers. Simply share the endpoint and the API key generated in the access profile of the Clients window. Ensure that rate limit and usage quota are appropriately configured with proper whitelisting of IP addresses.
There are two methods provided to set an API in a chatbot journey: Create an API. Import APIs. A new API can be created by clicking on the New API button on the screen, all the details required (URL, API method, Key, and Value) are to be entered manually.
Este guia fornece mais detalhes sobre as APIs da Gupshup para o envio e recebimento de mensagens no WhatsApp através de uma simples API REST com módulos HTTP/HTTPS. Este é um guia para os desenvolvedores e funcionários de TI das empresas que planejam integrar seus sistemas com a API de mensagens da Gupshup.
How to Use. There are two methods provided to set an API in a chatbot journey: Create an API. Import APIs. A new API can be created by clicking on the New API button on the screen, all the details required (URL, API method, Key, and Value) are to be entered manually.