-
Notifications
You must be signed in to change notification settings - Fork 15
Open
Description
It seems that the package does not support custom data, here is my code
Also the name is not sending
// Intercom
IntercomSettings.userInfo = function(user, info) {
// add properties to the info object, for instance:
info.email = profile.email;
info['name'] = profile.name;
info.created_at = profile.createdAt;
info.user_type = type;
info.user_created_at = profile.createdAt;
info.last_activity_in_a_loop_at = lastActivityInALoopTimestamp;
info.program_invited_at = programInvitedAtTimestamp;
info.program_name = program[0].name;
info.program_self_service_modal = selfServiceModal;
info.program_created_at = programCreatedAtTimestamp;
info.mentee = mentee;
info.mentor= mentor;
};
});
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels