Skip to main content

Trigger OIC from Digital Assistant/Chatbot

 

Introduction

In this article I will be explaining about triggering the OICS integration from the chatbot.

Main article

Many of us might have known about triggering the OICS integrations from the VBCS or PCS.

Have you ever done it from chatbots?

Let’s build a dummy integration in first place which we want to trigger from the chatbot.

The main purpose of this would be to notify the user saying that the integration got triggered from the chatbot.


Now Follow the below steps to get the integration configured in chatbot environment:

1.       Go to the settings section and select API services


Provide the details as below :


Once done go to the authentication section and select basic authentication from the drop-down list:

Provide your OIC credentials.

No in the methods section, provide the input payload for the integration call.


Click on test the request and save the response:


In this case it would be blank as the integration type is asynchronous (no feedback).

Now please refer to my previous blog on building the basic chatbot:

Following the above steps build the utterances of your own choice.

In this case, my utterance is ‘I want to trigger test Integration’

Now go to the flow section of the ODA and drop the rest service section and drop action call REST service and select the endpoint from the dropdown. Once done you should be able to see the complete details of the endpoint you have provided in the configuration step.

Now drop send message action and hardcode the value “Integration has been triggered successfully please check your mail

The flow should look like below:


Lets test the Chatbot we had built so far.


 

As you could see the chatbot replied with message saying the integration got triggered.

Now, when I’ve checked my email, I could see the successful trigger Information. 


Hope you have liked the article and learnt something new for the day.


KEEP LEARNING KEEP GROWING 😎


- PREETHAM KONJETI
















Comments

Popular posts from this blog

Convert App based Integration to Scheduled Integration without wrapper in OICS

we all know that converting a scheduler integration to REST is quite easy , where as the reverse is not possible and the only way to achieve it is through creating a wrapper scheduler integration and invoking the trigger one as child from there. But there is another way through which we can achieve the direct conversion. For that please refer to below example. Note : Every step mentioned has to be done very carefully Create Scheduler Integration. I’ve created a base one in which it invokes a SOAP service.  I’ve created a small trigger integration which I’m going to change to scheduler without any wrapper. Please follow the below steps to convert rest based to scheduler:     1)    Export the integration.     2) Rename the iar file to zip.     3) Now unzip the file.     4)    Compare the properties files of both scheduler and rest based integration and make the changes to rest based as per the scheduler integration After changes Now open the resources folder: Move the scheduler resour

ChatGpt X Oracle Digital Assistant Integration

  Introduction In this article I will be explaining about integrating the ChatGpt with Oracle Digital Assistant. NOTE : This is not a suggestion to have ChatGPT in your ODA, this article is just to showcase the flexibility of the ODA to easily integrate with anything. Main article ChatGPT ChatGPT is an AI language model developed by OpenAI, capable of processing natural language input from users and generating coherent and relevant responses. It has been trained on an enormous corpus of text data using unsupervised learning, allowing it to generate responses that are not just grammatically correct, but also contextually appropriate and engaging. ChatGPT is particularly useful in scenarios where there is a need for rapid and accurate responses to user queries, such as in customer service or personal assistants. However, it may struggle to generate appropriate responses in certain situations and may not be suitable for scenarios requiring a high degree of personalization or cus

Backup Integrations of an Instance with a single click using OIC

  Introduction One common mistake that most of OICS developers make is not taking the backup of their integrations religiously and if they want to take backups clicking on the export of the integrations individually could be quite tedious. Main Article In this blog I will be explaining about automating the backup process in OICS. Below is the order of the steps that are to be followed: STEP:1 1) Configure a Rest trigger connection as shown below. Provide the below payload in the request section:     {   "IntegrationName”: "" } STEP:2   Configure the new rest connection as mentioned below. (This basically list downs all the integration details as per the provided name).   Provide the Query parameters as below:   Provide the response payload as below: {   "hasMore" : "false",   "items" : [ {     "id" : "",     "name" : "",     "lockedFlag" : &quo