{"id":23728,"date":"2020-07-03T16:34:33","date_gmt":"2020-07-03T15:34:33","guid":{"rendered":"https:\/\/developer.kore.ai\/?p=23728"},"modified":"2020-07-08T10:31:50","modified_gmt":"2020-07-08T09:31:50","slug":"adding-the-unblu-channel","status":"publish","type":"post","link":"https:\/\/multisite.korebots.com\/v9-0\/docs\/bots\/channel-enablement\/adding-the-unblu-channel\/","title":{"rendered":"Adding the Unblu Channel"},"content":{"rendered":"<section class=\"l-section wpb_row height_auto\"><div class=\"l-section-h i-cf\"><div class=\"g-cols vc_row via_grid cols_1 laptops-cols_inherit tablets-cols_inherit mobiles-cols_1 valign_top type_default stacking_default\"><div class=\"wpb_column vc_column_container\"><div class=\"vc_column-inner\"><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>Unblu is a Conversational Platform for Financial Services.<\/p>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><p>To setup Unblu as a channel, you will need to create an External Integration bot in Unblu, create a \u2018Named Area\u2019 and map this Named Area to your Kore.ai bot.<\/p>\n<\/div><\/div><div class=\"w-separator size_small with_line width_default thick_1 style_solid color_border align_center\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2><span class=\"ez-toc-section\" id=\"Channel_Integration\"><\/span>Channel Integration<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<h3><span class=\"ez-toc-section\" id=\"Step_1_Create_a_Named_Area\"><\/span>Step 1: Create a Named Area<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p>Named Areas in Unblu are used to identify the origins of the chat requests from your website. The Kore.ai bot should be associated with a Named Area to ensure that it responds to users only when the chat has originated from the sections of your website associated with this Named Area. <span style=\"font-weight: 400\">This mapping is optional if you are enabling the Unblu channel for a single kore.ai bot alone.\u00a0<\/span><\/p>\n<ol>\n<li><a class=\"ng-binding\" href=\"https:\/\/latest.demo.unblu.com\/\" target=\"_blank\" rel=\"noopener noreferrer\">Login\u00a0<\/a>to your Unblu Account Administration.<\/li>\n<li>Under the Named Areas module, select the \u2018New named area\u2019 option.<\/li>\n<li>Provide all the requested information.<\/li>\n<li>Make a note of the name of the Named Area you have created.<\/li>\n<\/ol>\n<h3 class=\"channelstep ng-binding\"><span class=\"ez-toc-section\" id=\"Step_2_Create_Unblu_Bot\"><\/span>Step 2: Create Unblu Bot<span class=\"ez-toc-section-end\"><\/span><\/h3>\n<p class=\"ng-binding\">A bot should be created in your Unblu account for integrating it with your current Kore.ai bot.<\/p>\n<p class=\"ng-binding\">The Unblu Bot can be directly created from the Kore.ai Bots Platform.<\/p>\n<ol>\n<li class=\"ng-binding\">Create or Open the bot in the Kore.ai platform.<\/li>\n<li>From the left navigation menu, select\u00a0<strong>Channels<\/strong> option.<\/li>\n<li>On the Channels page, click on\u00a0<strong>Unblu<\/strong> to enable the same for the bot.<\/li>\n<li class=\"ng-binding\">Proceed to the <strong>Configurations tab<\/strong> and provide the following details for creating a bot in your Unblu account:\n<ul>\n<li><b>Unblu Host URL<\/b> -the URL of your Unblu application. For example, use <a href=\"https:\/\/www.unblu.com\/\">https:\/\/www.unblu.com\/<\/a> for the Unblu cloud.<\/li>\n<li><b>Unblu Account Username<\/b> &#8211;<span style=\"font-weight: 400\">Provide your Unblu account username.<\/span><\/li>\n<li><b>Unblu Account Password<\/b> &#8211;\u00a0<span style=\"font-weight: 400\">Provide the password associated with your Unblu username.<\/span><\/li>\n<li><b>Unblu Bot Name<\/b><span style=\"font-weight: 400\"> &#8211;\u00a0<\/span><span style=\"font-weight: 400\">Provide a name you would like to use for your Unblu bot<\/span><\/li>\n<li><b>Unblu Bot Description<\/b> &#8211; <span style=\"font-weight: 400\">Provide a short description of your Unblu bot<\/span><\/li>\n<li><b>Bot Person<\/b> &#8211;\u00a0<span style=\"font-weight: 400\">Provide a Name to represent the Unblu bot to your users<\/span><\/li>\n<li><b>Secret Key<\/b> &#8211;\u00a0<span style=\"font-weight: 400\">Provide a confidential key to secure the communication between Unblu and Kore.ai bots<\/span><\/li>\n<li><b>Named Area<\/b> &#8211;\u00a0<span style=\"font-weight: 400\">Provide the Named Area you would like to associate with your Kore.ai bot. Kore.ai will respond only to the user chats that have originated in the Named Area that you have selected here. This field is optional if you are enabling Unblu channel for a single kore.ai bot alone.\u00a0<\/span><\/li>\n<\/ul>\n<\/li>\n<li><strong>Enable<\/strong> the channel.<\/li>\n<\/ol>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2><span class=\"ez-toc-section\" id=\"Additional_Instructions\"><\/span>Additional Instructions<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>For the seamless exchange of information from Unblu to Kore.ai, a few additional steps need to be performed:<\/p>\n<ul>\n<li>The <em>host URL<\/em> where the Unblu SDK would be hosted needs to be added to the <strong>Domain<\/strong> section of your Unblu Account.<\/li>\n<li>From your Unblu Account, <strong>API Keys<\/strong> section, make a note of the <em>API Key<\/em>.<\/li>\n<li>Configure the <strong>Unblu SDK<\/strong> to give access to Kore.ai Bot, following the steps given below.<\/li>\n<li>Open the Unblu SDK HTML file. Ensure that the following attributes are set:\n<ul>\n<li>In the <code>&lt;head&gt;<\/code> the meta tag should look thus: <code>&lt;meta name=\"unblu:named-area\" content=\"&lt;your-namedArea-Id&gt;\" \/&gt;<\/code> This is the named area that you created in Step 1 above.<\/li>\n<li>Script tag to populate the visitor information needs point to the Unblu host: <code>&lt;script src=\"&lt;your-unblu-host&gt;\/unblu\/js-api\/v2\/visitor\/visitor-api.min.js\"&gt;&lt;\/script&gt;<\/code><\/li>\n<li>Invoke the function <code>setVisitorData<\/code> to pass the visitor data to Kore.ai bot. Note that the <code>visitorData<\/code> should be in string format and if you need to pass an object use Stringify.\n<ul>\n<li>Locate the following section and populate the apiKey and serverUrl fields with the above-mentioned values.\n<pre>window.unblu.api\r\n.configure({\r\n   apiKey: \"&lt;your-unblu-apikey&gt;\",\r\n   serverUrl: \"&lt;your-unblu-host&gt;\"\r\n  })<\/pre>\n<\/li>\n<\/ul>\n<\/li>\n<li>In the following Script tag, add Unblu host URL and the API key: <code>&lt;script type=\"text\/javascript\" defer=\"defer\" src=\"&lt;your-unblu-host&gt;\/unblu\/visitor.js?x-unblu-apikey=&lt;your-unblu-apikey&gt;\"&gt;&lt;\/script&gt;<\/code><\/li>\n<li>The entire Unblu SDK HTML file would look like this:\n<pre>&lt;!DOCTYPE html&gt;\r\n&lt;html&gt;\r\n\r\n&lt;head&gt;\r\n\r\n   &lt;meta name=\"unblu:named-area\" content=\"&lt;your-namedArea-Id&gt;\" \/&gt;\r\n\r\n   &lt;script src=\"https:\/\/cdn.jsdelivr.net\/npm\/promise-polyfill@8\/dist\/polyfill.min.js\"&gt;&lt;\/script&gt;\r\n   &lt;script src=\"&lt;your-unblu-host&gt;\/unblu\/js-api\/v2\/visitor\/visitor-api.min.js\"&gt;&lt;\/script&gt;\r\n\r\n &lt;script&gt;\r\n   function setVisitorData(engagementType, visitorData) { \r\n      return Promise.resolve(JSON.stringify({ name: \"John\", about: \"Tester\" })); \r\n       }\r\n     window.unblu.api\r\n      .configure({\r\n         apiKey: \"&lt;your-unblu-apikey&gt;\",\r\n         serverUrl: \"&lt;your-unblu-host&gt;\"\r\n       })\r\n      .initialize().then(function (api) {\r\n        console.log(\"API initialized successfully!\");\r\n        api.setNewConversationInterceptor(setVisitorData);\r\n \r\n            }).catch(e =&gt; {\r\n                console.log(\"------error : \", e);\r\n                if (e.type === 'INITIALIZATION_TIMEOUT') {\r\n                  \/\/retry\r\n                 } else if (e.type === 'UNSUPPORTED_BROWSER') {\r\n                  \/\/ display unsupported browser dialog\r\n                } else {\r\n                 \/\/ show generic error message\r\n                 }\r\n           });\r\n\r\n&lt;\/script&gt;\r\n\r\n&lt;script type=\"text\/javascript\" defer=\"defer\"\r\nsrc=\"&lt;your-unblu-host&gt;\/unblu\/visitor.js?x-unblu-apikey=&lt;your-unblu-apikey&gt;\"&gt;&lt;\/script&gt;\r\n&lt;\/head&gt;\r\n\r\n&lt;body&gt;\r\n&lt;\/body&gt;\r\n\r\n&lt;\/html&gt;<\/pre>\n<\/li>\n<li>You can access the Visitor Data from the <code>usercontext.customData<\/code>\u00a0 along with the user information for each message from Unblu,<\/li>\n<li>Following is the structure of the <code>usercontext.customData<\/code>\n<pre>{\r\n\"timestamp\" : 1594113137065.0,\r\n\"eventType\" : \"bot.dialog.opened\",\r\n\"accountId\" : \"wZvcAnbBSpOps9oteH-Oxw\",\r\n\"dialogToken\" : \"qG8dFE7ZQPW1p6qcI293hQ-c-QY7P7MNqTCuM6FHT-m-FSQ\",\r\n\"dialogType\" : \"ONBOARDING\",\r\n\"counterpartPerson\" : {\r\n   \"type\" : \"PersonData\",\r\n   \"id\" : \"xZHnVmhxQNKvyf5ybxyLoQ\",\r\n   \"accountId\" : \"wZvcAnbBSpOps9oteH-Oxw\",\r\n   \"personSource\" : \"VIRTUAL\",\r\n   \"sourceId\" : \"awhFjUq1RQCvdMDoV5OW2Q\",\r\n   \"sourceData\" : null,\r\n   \"firstName\" : null,\r\n   \"lastName\" : null,\r\n   \"username\" : null,\r\n   \"nickname\" : null,\r\n   \"displayName\" : \"Visitor - xZHnV\",\r\n   \"personType\" : \"VISITOR\",\r\n   \"authorizationRole\" : \"ANONYMOUS_USER\",\r\n   \"email\" : null,\r\n   \"phone\" : null,\r\n   \"teamId\" : null,\r\n   \"teamName\" : null,\r\n   \"avatar\" : null\r\n   },\r\n\"conversation\" : {\r\n   \"type\" : \"ConversationData\",\r\n   \"id\" : \"qG8dFE7ZQPW1p6qcI293hQ\",\r\n   \"accountId\" : \"wZvcAnbBSpOps9oteH-Oxw\",\r\n   \"topic\" : null,\r\n   \"recipient\" : {\r\n   \"type\" : \"NamedAreaData\", \r\n   \"id\" : \"WkUGFqcORCCor3bxHa3I5A\",\r\n   \"accountId\" : \"wZvcAnbBSpOps9oteH-Oxw\",\r\n   \"displayName\" : \"testlocal\",\r\n   \"avatar\" : null\r\n  },\r\n\"participants\" : [\r\n {\r\n   \"type\" : \"ParticipantData\",\r\n   \"state\" : \"ACTIVE\",\r\n   \"personId\" : \"yb8ALAiGQOWlCoBahUCfgQ\",\r\n   \"connectedViaExternalMessenger\" : false,\r\n   \"hidden\" : true\r\n }\r\n ],\r\n \"assigneePersonId\" : null,\r\n \"contextPersonId\" : \"xZHnVmhxQNKvyf5ybxyLoQ\",\r\n \"state\" : \"ONBOARDING\",\r\n \"initialEngagementType\" : \"CHAT_REQUEST\",\r\n \"locale\" : \"en\",\r\n \"tokboxSessionId\" : null,\r\n \"visitorData\" : \"{\\\"name\\\":\\\"John\\\",\\\"about\\\":\\\"Tester\\\"}\",\r\n \"conversationTemplateId\" : \"R6W3x2uzQ1KXzARnIqdNZw\",\r\n \"links\" : [\r\n {\r\n   \"type\" : \"OPEN_IN_VISITOR_DESK\",\r\n   \"url\" : \"https:\/\/kore.dev.unblu-test.com\/unblu\/visitordesk\/#\/conversation\/qG8dFE7ZQPW1p6qcI293hQ\"\r\n },\r\n {\r\n  \"type\" : \"OPEN_IN_AGENT_DESK\",\r\n  \"url\" : \"https:\/\/kore.dev.unblu-test.com\/unblu\/desk\/#\/conversation\/qG8dFE7ZQPW1p6qcI293hQ\"\r\n },\r\n{\r\n  \"type\" : \"OPEN_IN_AGENT_SINGLE_VIEW\",\r\n  \"url\" : \"https:\/\/kore.dev.unblu-test.com\/unblu\/single\/#\/conversation\/qG8dFE7ZQPW1p6qcI293hQ\"\r\n }\r\n ],\r\n \"externalMessengerChannelId\" : null,\r\n \"sourceId\" : null,\r\n \"configuration\" : null,\r\n \"text\" : null\r\n},\r\n\"presencePersonInfo\" : {\r\n  \"id\" : \"OuG04Q0WSFe3-iaIA1GlLw\",\r\n  \"creationTimestamp\" : 1594112743472.0,\r\n  \"modificationTimestamp\" : 1594112743472.0,\r\n  \"accountId\" : \"wZvcAnbBSpOps9oteH-Oxw\",\r\n  \"joinedTimestamp\" : 1594112743472.0,\r\n  \"leftTimestamp\" : null,\r\n  \"personId\" : \"xZHnVmhxQNKvyf5ybxyLoQ\",\r\n  \"deviceInfo\" : {\r\n    \"id\" : \"fx7Q8qZyQXmnf62xpoePWg\",\r\n    \"creationTimestamp\" : 1594112743454.0,\r\n    \"modificationTimestamp\" : 1594112743454.0,\r\n    \"accountId\" : \"wZvcAnbBSpOps9oteH-Oxw\",\r\n    \"osName\" : \"Ubuntu\",\r\n    \"osVersion\" : \"Other\",\r\n    \"browserName\" : \"Chromium\",\r\n    \"browserVersion\" : \"81.0\",\r\n    \"userAgent\" : null,\r\n    \"screenWidth\" : null,\r\n    \"screenHeight\" : null,\r\n    \"screenPixelRatio\" : null,\r\n    \"type\" : \"DESKTOP\",\r\n    \"identifier\" : \"awhFjUq1RQCvdMDoV5OW2Q\",\r\n    \"identifierSource\" : \"COOKIE\",\r\n    \"pushToken\" : null,\r\n    \"ownerPersonId\" : \"xZHnVmhxQNKvyf5ybxyLoQ\"\r\n  },\r\n \"touchTimestamp\" : 1594113153628.0,\r\n \"impersonationType\" : \"NONE\",\r\n \"impersonatedFromUserId\" : null,\r\n \"impersonatedFromAccountId\" : null,\r\n \"additionalInfo\" : null,\r\n \"authInfo\" : null,\r\n \"propagated\" : false\r\n }\r\n}<\/pre>\n<\/li>\n<\/ul>\n<\/li>\n<\/ul>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2><span class=\"ez-toc-section\" id=\"Special_Notes\"><\/span>Special Notes<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>There are multiple functionalities that can be achieved by the integration of Unblu channel with Kore.ai bots<\/p>\n<ul>\n<li>When mapping named area to a bot, <em>multiple named areas<\/em> can be mapped. This way a single Kore.ai bot has the ability to accept Unblu dialog offer requests from different origins like SDKs or namedAreas.<\/li>\n<li>Also, the named area mapping is optional <span style=\"font-weight: 400\">if you are enabling the Unblu channel for a single Kore.ai bot.\u00a0<\/span><\/li>\n<li>You can redirect user conversations to agents by adding an <em>agent transfer<\/em> node in the dialog flow, note that you need not enable the Agent Transfer or BotKit specifically for this Channel. Having an agent transfer node is sufficient.<\/li>\n<li>The user information for each message from Unblu is available in the <code>usercontext.customData<\/code> and you can use it for further processing. This information includes <em>deviceInfo<\/em>, <em>authInfo<\/em>, <em>joinedTime<\/em> of the user. <a href=\"\/docs\/bots\/bot-builder-tool\/dialog-task\/context-object\/\" target=\"_blank\" rel=\"noopener noreferrer\">See here for how to use context object<\/a>.<\/li>\n<\/ul>\n<\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h2><span class=\"ez-toc-section\" id=\"Using_Unblu_supported_message_templates\"><\/span>Using Unblu supported message templates<span class=\"ez-toc-section-end\"><\/span><\/h2>\n<p>By default, the following message templates are used &#8211; Button\/multi-choice, List template. You can override templates like card message, List message, multi-choice\/Button message.<\/p>\n<p>Following is a code example for how to use the above mentioned templates, change it to suit your requirements:<\/p>\n<ul>\n<li><strong>Card Template<\/strong>:\n<pre>var unbluCardTemplate = {\r\n    \"$_type\": \"CardPostMessageData\",\r\n    \"type\": \"CARD\",\r\n    \"imageUrl\": \"data:image\/png;base64,\",\r\n    \"imageAltText\": \"test image\",\r\n    \"title\": \"Title\",\r\n    \"body\": \"This is the **body text** with markdown\",\r\n    \"bodyTextType\": \"MARKDOWN\",\r\n    \"actions\": [\r\n      {\r\n        \"$_type\": \"MessageAction\",\r\n        \"actionType\": \"LINK_INTERNAL\",\r\n        \"label\": \"Unblu homepage\",\r\n        \"value\": \"https:\/\/unblu.com\"\r\n      },\r\n      {\r\n        \"$_type\": \"MessageAction\",\r\n        \"actionType\": \"LINK_EXTERNAL\",\r\n        \"label\": \"Wikipedia\",\r\n        \"value\": \"https:\/\/www.wikipedia.org\/\"\r\n      },\r\n      {\r\n        \"$_type\": \"MessageAction\",\r\n        \"actionType\": \"REPLY_MESSAGE\",\r\n        \"label\": \"More info\",\r\n        \"value\": \"Could you provide me with more info?\"\r\n      }\r\n    ]\r\n  };\r\n\r\nprint(JSON.stringify(unbluCardTemplate));\r\n<\/pre>\n<\/li>\n<li><strong>List Template<\/strong>:\n<pre>var unbluListTemplate = {\r\n    \"$_type\": \"ListPostMessageData\",\r\n    \"type\": \"LIST\",\r\n    \"header\": {\r\n      \"$_type\": \"MessageHeader\",\r\n      \"imageUrl\": \"data:image\/png;base64,\",\r\n      \"imageAltText\": \"test image\",\r\n      \"title\": \"Title\",\r\n      \"body\": \"This is the **body text** with markdown\",\r\n      \"bodyTextType\": \"MARKDOWN\"\r\n    },\r\n    \"items\": [\r\n      {\r\n        \"$_type\": \"PostListMessageCardItemData\",\r\n        \"imageUrl\": \"data:image\/png;base64,\",\r\n        \"imageAltText\": \"test image\",\r\n        \"title\": \"Title\",\r\n        \"body\": \"This is the **body text** with markdown\",\r\n        \"bodyTextType\": \"MARKDOWN\",\r\n        \"action\": null\r\n      },\r\n      {\r\n        \"$_type\": \"PostListMessageCardItemData\",\r\n        \"imageUrl\": \"data:image\/png;base64,\",\r\n        \"imageAltText\": \"test image\",\r\n        \"title\": \"Title\",\r\n        \"body\": \"This is the **body text** with markdown\",\r\n        \"bodyTextType\": \"MARKDOWN\",\r\n        \"action\": {\r\n          \"$_type\": \"MessageAction\",\r\n          \"actionType\": \"LINK_INTERNAL\",\r\n          \"label\": \"Unblu homepage\",\r\n          \"value\": \"https:\/\/unblu.com\"\r\n        }\r\n      }\r\n    ],\r\n    \"actions\": [\r\n      {\r\n        \"$_type\": \"MessageAction\",\r\n        \"actionType\": \"LINK_INTERNAL\",\r\n        \"label\": \"Unblu homepage\",\r\n        \"value\": \"https:\/\/unblu.com\"\r\n      },\r\n      {\r\n        \"$_type\": \"MessageAction\",\r\n        \"actionType\": \"LINK_EXTERNAL\",\r\n        \"label\": \"Wikipedia\",\r\n        \"value\": \"https:\/\/www.wikipedia.org\/\"\r\n      },\r\n      {\r\n        \"$_type\": \"MessageAction\",\r\n        \"actionType\": \"REPLY_MESSAGE\",\r\n        \"label\": \"More info\",\r\n        \"value\": \"Could you provide me with more info?\"\r\n      }\r\n    ]\r\n}\r\nprint(JSON.stringify(unbluListTemplate));\r\n<\/pre>\n<\/li>\n<li><strong>Multi Choice Template<\/strong>:\n<pre>var unbluMultiChoiceTemplate =  {\r\n    \"$_type\": \"MultichoiceQuestionPostMessageData\",\r\n    \"type\": \"MULTICHOICE_QUESTION\",\r\n    \"text\": \"Choose one of the options\",\r\n    \"textType\": \"MARKDOWN\",\r\n    \"options\": [\r\n      {\r\n        \"$_type\": \"MultichoiceQuestionOption\",\r\n        \"label\": \"Option 1\",\r\n        \"value\": \"1\",\r\n        \"primary\": true\r\n      },\r\n      {\r\n        \"$_type\": \"MultichoiceQuestionOption\",\r\n        \"label\": \"Option 2\",\r\n        \"value\": \"2\",\r\n        \"primary\": false\r\n      }\r\n    ]\r\n  };\r\nprint(JSON.stringify(unbluMultiChoiceTemplate));\r\n<\/pre>\n<\/li>\n<\/ul>\n<\/div><\/div><div class=\"w-separator size_small with_line width_default thick_1 style_solid color_border align_center\"><div class=\"w-separator-h\"><\/div><\/div><div class=\"wpb_text_column\"><div class=\"wpb_wrapper\"><h1><span class=\"ez-toc-section\" id=\"Editing_the_Unblu_Channel\"><\/span>Editing the Unblu Channel<span class=\"ez-toc-section-end\"><\/span><\/h1>\n<p>To edit the Unblu channel, hover your mouse over the channel to modify, and then click the <b>Settings<\/b> icon to display the command menu . Select one of the following commands to modify the channel:<\/p>\n<ul>\n<li><b>Disable\/Enable<\/b> \u2013 Click <b>Disable<\/b> to temporarily disable the use of the Unblu for your Bot. To enable the use of the Unblu channel, Click <b>Enable.<\/b><\/li>\n<li><b>Delete<\/b> \u2013 Click <b>Delete<\/b>, and then click <b>OK<\/b> in the <b>Delete Confirmation<\/b> dialog to permanently delete the Bot channel configuration.<\/li>\n<\/ul>\n<div class=\"alert alert-warning\"><b>Warning:<\/b> This operation is permanent, and cannot be undone.<\/div>\n<\/div><\/div><div class=\"w-separator size_small with_line width_default thick_1 style_solid color_border align_center\"><div class=\"w-separator-h\"><\/div><\/div><\/div><\/div><\/div><\/div><\/section>\n","protected":false},"excerpt":{"rendered":"Unblu is a Conversational Platform for Financial Services. To setup Unblu as a channel, you will need to create an External Integration bot in Unblu, create a \u2018Named Area\u2019 and map this Named Area to your Kore.ai bot. Channel Integration Step 1: Create a Named Area Named Areas in Unblu are used to identify the...","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[25],"tags":[],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/posts\/23728"}],"collection":[{"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/comments?post=23728"}],"version-history":[{"count":9,"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/posts\/23728\/revisions"}],"predecessor-version":[{"id":23926,"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/posts\/23728\/revisions\/23926"}],"wp:attachment":[{"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/media?parent=23728"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/categories?post=23728"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/multisite.korebots.com\/v9-0\/wp-json\/wp\/v2\/tags?post=23728"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}