Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

Overview

Ensures that specified email address is saved as a participant identity.

Identity $Membership.EnsureParticipant(emailAddress: string, name: string)

Arguments

string emailAddress
string name

Returns

Returns the created participant Identity | identity

Example

$Membership.EnsureParticipant({
    Email : 'john.doe@gmail.com',
    Name : 'John Doe',
    Language : 'en'
});
  • No labels