-
Notifications
You must be signed in to change notification settings - Fork 36
Open
Description
Hi,
I need to configure this in my intercom:
window.intercomSettings = {
email: "example@example.com",
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
Metadata
Metadata
Assignees
Labels
No labels