angular-intercom icon indicating copy to clipboard operation
angular-intercom copied to clipboard

Intercom Settings

Open YonathanB opened this issue 9 years ago • 1 comments

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

YonathanB avatar Aug 09 '15 07:08 YonathanB

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

niemyjski avatar Aug 11 '15 13:08 niemyjski