Skip to content

Not sending custom data  #35

Description

@isAlmogK

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;
 };
});

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions