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.
Promise<unknown>