@Eric Fitz did you do anything like this when you guys were using SFDC Communities?
Hey there @Kevin D13 !
I, myself, have never attempted setting up something like this, but this is an old thread in our Forum that discusses integrating intercom into Salesforce Lightning! You can read up on that here.
Below is the actual instructions which I’m stealing from that link, above.
Setting up Intercom Messenger on Intercom Salesforce Community
Configure Intercom Messenger in Communities
To set up Intercom messengers in the communities, one possible solution we will be using is Lightning Web Components (LWC) for the UI and Apex code on the server-side since lightning components are intended to modify their own scope (See Lightning Locker for a full explanation), to initialize the Intercom javascript we need to make use of Head Markup.
Configuring messenger in the community using LWC
- Create an LWC Project ‘intercom’, under which we will create LWC and server-side Apex code.
- On creating LWC, three files, intercom.html, intercom.js-meta.xml, and intercom.js, will be created under force-app/main/default/lwc
intercom.html
intercom.js-meta.xml
intercom.js