Page tree
Skip to end of metadata
Go to start of metadata

Available in version v7+

An object that represents a contact in Mapp Engage, including any identifiers and attributes. You must specify at least one of the following identifiers* to store or retrieve a valid contact object: email address, mobile number, or mobile app alias.

Name

Type

Description

Constraints

contactId

Long

The internal ID assigned to the contact profile.

required

emailAddress

String

The contact email address. Must be unique in the system.

required*

mobileNumber

String

The contact mobile number. Must be unique in the system.

required*

applicationAlias

String

The contact mobile app alias. Must be unique in the system.

required*

identifier

String

An identifier for the contact which was generated by an external system.

required*

attributes

Attribute

A list of profile attributes.Can include both standard and custom attributes.

  • No labels