Outbound bots are not triggering. Outbound Chats work very well but they don't have the bot button options. Outbound Bots only trigger after I refresh the page and not when I first land on it. Shouldn't they work the same if they have the same rules?
Hey @user1866 Racheal from the Support Engineer team here 👋
When a message has a URL rule or the likes of that, when they first visit the page a call is made to Intercom which communicates the URL, time one page, etc. to Intercom, but another call needs to be made to Intercom for the fact that user has matched the message to be communicated back to Intercom. If you add some code like this to your site, that should solve the issue:
setTimeout(function(){
Intercom("update", {last_request_at: parseInt((new Date()).getTime()/1000)})
}, 500)
Something else to possible look into is to make sure Intercom websockets which facilitate real time communication between the Messenger and Intercom servers are not being blocked by your CSP. More on that here!
Reply
Join the Intercom Community 🎉
Already have an account? Login
Login to the community
No account yet? Create an account
Intercom Customers and Employees
Log in with SSOEnter your E-mail address. We'll send you an e-mail with instructions to reset your password.