I'm trying to modify the chat panel to add a new button that will contain another type of template, but I can't find which module file refers to this panel.

What files are related to this panel that allow me to make changes within it?

 

Like 1

Like

3 comments

Damien Collot,

Thanks for sharing, but unfortunately I don't have access to see the content of the link

Also don't have access to the link:)

This module is named OmniChatModule and it is pretty unique. As you may noticed it doesn't have a structure where elements are contained in a diff panel, instead, it creates them in code (check the method render() in it).

Currently, if you want to add something to it, you need to analyze the logic of the OmniChatModule schema and OmniChatUtilities to write your own version. For example, when you click on the context name, it triggers the method openContactCard in OmniChatUtilities.

To be honest, I can't guarantee that it is even possible to modify this panel in the current version.

Show all comments

Hi,

 

How to change the User's chat status to be active automatically?

 

I need to change the User chat status to be active based on one particular field. I'm not sure which field to be updated for achieving the same.

 

Kindly suggest any solutions for the same.

 

 

Thanks,

Sivaranjani

 

File attachments
Like 0

Like

2 comments

Hi Sivaranjani,

 

Did you ever receive a solution for this or figure one out yourself? I am in need of this same functionality.

Madelyn Morina,

I have the same problem, how can I change this status 

based on one particular field?

Show all comments

Hello, we are not utilizing the Chat feature at this moment in time. Is there a way to remove this from our UI so that we don't cause confusion with our users?

Like 0

Like

2 comments
Best reply

Hello George,

I have an article on how to remove the icons from the Actions Dashboard here https://customerfx.com/article/removing-the-facebook-whatsapp-or-telegr…

Ryan

Hello George,

I have an article on how to remove the icons from the Actions Dashboard here https://customerfx.com/article/removing-the-facebook-whatsapp-or-telegr…

Ryan

This worked perfectly! Thanks so much for your assistance.

Show all comments

Hi Community,

 

I've integrated Telegram with Creatio Chat,

but could we integrate our company site chat with Creatio?

 

 

If it's possible, then what is required, and are there any tutorials?

By the way, is there a #chat tag? Let's introduce.

 

Like 0

Like

3 comments

Hi Yuriy,

 

In-built Creatio functionality allows integrating with Telegram and Facebook chats and the procedure is described here (I believe you used this article to integrate with Telegram in your case). You will need to study the implementation of the Telegram integration in the system (server code part, not the Creatio UI part) and check if the API of your site chat allows integrating it with 3rd party services.

 

Unfrotuantely there are no tutorials on the Academy on this particular topic since this is a server-side development using API services.

 

As for introducing the new tag - I will ask our community team to add one.

 

Best regards,

Oscar

Oscar Dylan,

Does this method require Creatio to be on-site? We have it in the cloud currently

Yuriy Konstantinov,

 

No, the endpoint where you chat logic is stored should be available for the cloud-based apps. If it has no firewalls and can send\receive requests\responses from the Internet then there is no difference if the app is located in the cloud or locally.

 

Best regards,

Oscar

Show all comments