Expand my Community achievements bar.

SOLVED

Microsoft Bot with AEM

Avatar

Level 1

Hi,

I am looking to integrate the Microsoft/Azure Chat bot with AEM sites. Please help me out here how i can achieve it.

Regards,

Giri

1 Accepted Solution

Avatar

Correct answer by
Level 8

There is no OOTB integration framework to integrate with chatbots, you need to write custom code. I suggest first understand how the Microsoft chatbot works. ask the person who is providing chatbot on  how to integrate with other systems

I feel integration is not that much complex, either you need to load either javascript or iframe which loads chatbot interface on AEM page and also we may need to configure endpoint URL but I am not sure this varies system to system, some systems it manages within the Javascript and in some systems you need to configure externally

The endpoint takes an input JSON or some other format and sends a response back, I hope this gives some high-level idea

View solution in original post

4 Replies

Avatar

Community Advisor

Dear Giri,

Have a look at following answer[0] it's pretty relevant to your question.

[0] ChatBot in AEM application

Regards,

Peter

Avatar

Level 1

Hi,

That did not help me.

Regards,

Giri

Avatar

Correct answer by
Level 8

There is no OOTB integration framework to integrate with chatbots, you need to write custom code. I suggest first understand how the Microsoft chatbot works. ask the person who is providing chatbot on  how to integrate with other systems

I feel integration is not that much complex, either you need to load either javascript or iframe which loads chatbot interface on AEM page and also we may need to configure endpoint URL but I am not sure this varies system to system, some systems it manages within the Javascript and in some systems you need to configure externally

The endpoint takes an input JSON or some other format and sends a response back, I hope this gives some high-level idea

Avatar

Level 10

As raja points out - you need to know how it works outside of AEM and then implement it within AEM. There are examples or community articles for this use case/