Skip to main content

Hi there!

I have been toying around and can’t find a solution. My customer support center operates Monday-Friday 3am-7pm ET. I want to disable messenger during this time OR, use Fin AI to create a ticket instead of allowing a conversation (ideal).

Has anyone done this successfully? Would love any approach that has worked.

Thanks in advance for any ideas!

 


 

For context on the approach I tried:

I created a workflow When customer sends first message (outside of office hours) > Convert to ticket. Instead of this flow initiating, the bot keeps trying to answer my questions when I send my message. I don’t want that - I want the bot to immediate trigger the ticket workflow.

 

Hi @hannah-ff ! Ebenezer here from Engineering Support👋.

To disable the Messenger outside of office hours, you would have to use custom code on your website to show or hide the Messenger based on the time of day. You'll need to modify the `hide_default_launcher` attribute in your Messenger installation code.

If you want to completely disable the Messenger and all Intercom features outside of working hours, you'll need to use custom coding to only install and boot up the Messenger during working hours. For example, if working hours = true, boot up the Messenger. If working hours = false, don't boot up the Messenger.

 

We currently don’t have a work around to achieve the workflow you are looking for.

 

Hope this helps!


To do this, you need to start with a “when a customer starts a conversation” workflow.  Then, you can go from there to have it create the ticket.

 


It’s very frustrating that the automation “Customer opens a new conversation in the Messenger” can only start with text and only have text or buttons. The only automation that can do this is “Customer sends their first message” which obviously is useless as it requires the customer to initiate the conversation.

This is something I have complained about for a long time. It would resolve these kind of issues very easily.

 


Hi @hannah-ff 👋

It would surely be great to have Office hours available under Audience settings for the Workflow, but it is what it is :) 

I’ve had a similar challenge, where the Support team had finished their day already, but we still had some customers in the middle of the Workflow. In my case, I’ve kept the initial Workflow identical for During and Outside office hours, but created a Reusable Workflow for Support escalations, which uses Branches and creates a ticket if triggered Outside office hours. 

 

 

This isn’t ideal, as you cannot let your customers about team not being available right away, but you can perform the Office hours check already on Path B :) 


Reply