-
Welcome to ORAI Robotics
-
Building Your Bot
-
Docusense - Conversational Intelligence
-
Deploying The Bot
-
Broadcast Simplified
-
Tracking & Analytics
-
Activating Live Chat
-
Managing your account
-
ORAI Robotics for Shopify - What’s in it for you?
-
Generative AI
- Generative AI
- Docusense Search
- Guide to Custom Prompting
- Show Related Matches (SRM): Implementation Guide
- Configuring and Using Question Suggestions
- Enable LLM for Multilingual capabilities
- Gen AI Updates
- Configuring Conversational Intelligence (with LLM enabled)
- Understanding Prompts in Generative AI
- Configuring AI Response Settings
-
ORAI Robotics APIs
-
Platform Tutorials
-
Orai - User Guide
-
How to setup WhatsApp notifications
-
Marketing Campaigns and Automations
Generate API for WhatsApp Templates
Introduction
Using the Orai portal, you can now generate cURL requests directly. This will allow you to use the template messages externally with CRM or a website.
Availability
It is available for Shopify and Non-shopify accounts with the selected WhatsApp provider as 360dialog.
Navigate to Broadcast > Message Templates > More Actions > Generate cURL
Setup
Generating cURL from Orai Portal
a. Login to the Orai portal
b. Navigate to Broadcast > Message Templates > More Actions > Generate cURL
Note: This is available only for the approved templates.
c. After clicking the ‘Generate cURL’ option an API request box will be displayed.
d. Click on ‘Copy’ to save the API request in your clipboard. It can then be used on postman or shared with your technical team.
Importing cURL on Postman
a. Once the cURL is copied, open POSTMAN on your system.
b. Click the ‘import’ button in the ‘My Workspace’ section and select the ‘Raw text’ option.
c. Paste the cURL copied from the Orai portal into the text box.
d. Once you paste the cURL into the text box, click on the ‘Continue’ button.
e. Click on the ‘Import’ button once you verify the cURL file details.
f. Make sure you replace the following parameters before making the API call from your external system –
phoneNumber(mandatory) – Add the phone number of the recipient
“payload”: “flow_<flow_key>”(for quick reply buttons) -Replace the flow key of the path. Click here for more details
“filename”(for pdf files) – Name of the file being sent
“link”(for pdf and image files) – URL link of the file
“text”(for parameter values) – Replace text values for parameters in the template
