User Guide
API DOCSVOICE GATEWAYHELPSECURITY
Current Version
Current Version
  • Welcome
  • What's New
  • 🚀GETTING STARTED
    • Login
    • Concepts and Glossary
    • Language Models
      • Syntphony NLP
      • Other NLP and LLM Connectors
      • FAQs
    • Build a Virtual Agent
      • Overview
      • From Scratch
      • By Importing
      • Pre-Built Templates
      • Training task
    • Testing
      • Automated Test
      • Advanced Request
      • Simulate Dialog
      • View Logs
    • Create and manage profiles
  • 💬BUILD DIALOGS
    • Flows
    • Dialog Cells
      • Intent
      • Entity
      • Answer
      • Input
      • Jump
      • End
      • Service
      • Rest Connector
      • Code
      • Rule
        • Variable answers using Code and Rule cells
        • Enable and disable flows using Rule Cells
    • Data Masking of Personal Identificable Information
    • Dynamic Content and Contexts
    • Voice Agent
    • Multilingual Agent (beta)
  • ✨GENERATIVE AI
    • AI features
    • Assist Answer (beta)
    • Examples Generator
    • Knowledge AI
    • Prompt cell
      • Prompt crafting
      • Practical examples
    • Rephrase Answer
    • Zero-Shot LLM
  • 🌐CHANNELS
    • Channels
      • WhatsApp (by Infobip)
      • Facebook Messenger
      • Microsoft Teams
      • Integrating Existing Channels
    • Webchat Plugin
  • ⚙️CONFIGURATIONS
    • Parameters
    • Advanced Resources
    • Other Options
      • Intent Navigator
  • 📊ANALYTICS & INSIGHTS
    • Dashboards
      • Overview
      • Funnel charts
      • User messages
      • Conversations
      • Reports
    • External Analytics Platforms
  • API DOCS
    • Overview
    • API Guidelines
      • Conversation API
      • Cloner API
      • EVG Connector
      • Management API
        • Admin API
          • Bot Admin
          • Environment
          • Organization
          • User
          • Notification
        • Instance API
          • Knowledge AI
          • Knowledge AI NLP
          • Answer
          • Automated Tests
          • Bot
          • Broker
          • Channel
          • Dashboard
          • Dialog Manager
          • Entity
          • Generative Service
          • Intent
          • Parameters
          • Tag
          • Technical Log
          • Training
          • Transactional Service
          • Rest Connector
          • Wait Input
          • Websnippet
      • Webhooks
    • Infrastructure Guidelines
      • Syntphony CAI server Installation guide
      • Maintenance Methods
      • Supported/verified third-party software
    • Data Structure
      • Admin Data Structure
      • Environment Data Structure
    • Voice Gateway
      • Genesys Cloud CX
Powered by GitBook
On this page

Was this helpful?

  1. CHANNELS
  2. Channels

WhatsApp (by Infobip)

With Syntphony Conversational we can integrate the WhatsApp channel via the Meta Infobip BSP using our connector.

PreviousChannelsNextFacebook Messenger

Last updated 8 months ago

Was this helpful?

To configure an Infobip integration, the first step is to add a parameter configuration. Access the virtual agent's parameter page:

Add the following parameter:

whatsapp.infobip.info – this parameter configures the Infobip end of the integration. It is also a JSON value.

Name
Type
Required
Description

Name

Type

Required

Description

omniUrl

String

Yes

This URL is provided by infobip.

Log in to the portal.infobip.com and access this site:

Copy the URL after the GET, remove the /scenarios at the end.

user

String

Yes

Your Infobip portal user

password

String

Yes

Password for the user above

whatsappNumber

String

Yes

The Whatsapp number given by Infobip

channel

String

Yes

Fixed value: “WHATSAPP”

keyword

String

Yes

The keyword used by Syntphony CAI to represent a channel

Example:

{
   "omniUrl": "https://h38h8.api.infobip.com/omni/1",
   "user": "MyUser",
   "password": "Password1234",
   "whatsappNumber": "447494163530",
   "channel": "WHATSAPP",
   "keyword": "myKeyword"
}

The last step for this configuration is to go to the Infobip portal, in the number configuration, paste your Infobip Connector URL in the URL field as shown in the image below:

The following URI pattern is used to build your URL:

https://[YOUR_SERVICE].eva.bot/eva-infobip/org/{orgUUID}/env/{envUUID}/bot/{botUUID}/channel/{channelUUID}/v1/conversations
URL field
Value

orgUUID

Your organization's UUID, found on your Virtual Agent's URL.

envUUID

UUID of the environment your bot is in, found on your Virtual Agent's URL.

botUUID

UUID of the bot your channel is in, found on your Virtual Agent's URL.

channelUUID

UUID of the channel to be used by infobip, found in your channel list within your Virtual Agent's left menu.

🌐
https://dev.infobip.com/#programmable-communications/omni-failover/list-all-omni-failover-scenarios