Skip to main content

Syntax

mergeProfile(contactId)

Description

Merges the current Contact Profile with another one. This function is useful for combining duplicate Contact Profiles or moving data between users. Parameters:
  • contactId: string โ€” the ID of the Contact Profile to merge into.
Returns: Promise<unknown>

Example

await mergeProfile("c-89374201a7bd5a9e4");
โŒ˜I