Skip to main content
Back to Agent Transfer Integrations Unblu is a Conversational Platform for Financial Services. To set up Unblu as a channel, create an External Integration AI Agent in Unblu, create a Named Area, and map it to your AI Agent.

Channel Integration

Step 1: Create a Named Area

Named Areas in Unblu identify the origins of chat requests from your website. Associate your AI Agent with a Named Area so it only responds to chats from the associated sections of your site. This mapping is optional when enabling Unblu for a single AI Agent.
  1. Log in to your Unblu Account Administration.
  2. Under the Named Areas module, select New named area.
  3. Fill in the required information.
  4. Note the name of the Named Area you created.

Step 2: Create an Unblu AI Agent

The Unblu AI Agent can be created directly from the Platform.
  1. Create or open the assistant in the Platform.
  2. Go to App Settings > Integrations > Agent Transfer and select Unblu.
  3. On the Configurations tab, enter:
  4. Select Enable and click Save. Unblu bot configuration
After enabling and verifying the channel configuration, publish the app to make it available for end-users. See Publishing your App.

Additional Setup (Unblu SDK)

For seamless information exchange from Unblu to Kore.ai, complete these additional steps. For full implementation details, see the Kore-Unblu Integration guide.
  1. Add the host URL where the Unblu SDK will be hosted to the Domain section of your Unblu Account.
  2. From your Unblu Account, API Keys section, note the API Key.
  3. Configure the Unblu SDK HTML file with the following attributes:
    • In <head>, add the named area meta tag:
    • Add the Unblu visitor API script pointing to your Unblu host:
    • Invoke setVisitorData to pass visitor data to the AI Agent. The visitorData must be in string format; use JSON.stringify() for objects.
    • Configure the API with your apiKey and serverUrl:
    • Add the Unblu visitor script tag:
Complete Unblu SDK HTML example:
Visitor data is accessible from usercontext.customData, which includes deviceInfo, authInfo, and joinedTime. See Context Object.

Notes

  • Multiple named areas can be mapped to a single assistant, enabling it to accept Unblu dialog offer requests from different origins (SDKs or named areas).
  • Named area mapping is optional when enabling Unblu for a single assistant.
  • To redirect conversations to agents, add an Agent Transfer node in the dialog flow. No separate Agent Transfer or BotKit enablement is required for this channel.

Unblu Message Templates

By default, Button/multi-choice and List templates are used. You can override card, list, and multi-choice/button message templates. Card Template:
List Template:
Multi Choice Template: