angular-intercom
angular-intercom copied to clipboard
Intercom Settings
Hi, I need to configure this in my intercom: window.intercomSettings = { email: "[email protected]", name: "John Doe", user_id: "123", created_at: 1234567890, app_id: "YOUR_APP_ID" } if (userCanMessage) { window.intercomSettings.widget = { activator: "#IntercomDefaultWidget" }; }
How cam I make such a thing with your module? Thank you
I'd recommend taking a look at how I implemented Intercom in my app. I think my way is clean and reusable: https://github.com/exceptionless/Exceptionless.UI/search?utf8=%E2%9C%93&q=intercom