You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Do you not have a user database? You could just check among those parameters and if they aren't met (e.g. not a user) - don't return the Intercom widget code.
We would like the ability to exclude intercom chat for subset of users.
We can use
exclude_if
however this excludes them from all of intercom, including records their details, emails, stats etc.We would like to just hide just the chat (javascript side) from certain users/companies. As we only provide live chat to runs when paid for.
Right now, we've basically got some JS that will delete intercom from the dom after the page loads. However, this hack isn't ideal.
The text was updated successfully, but these errors were encountered: