Documentation Index
Fetch the complete documentation index at: https://docs.cognigy.com/llms.txt
Use this file to discover all available pages before exploring further.
Syntax
updateProfile(key, value)
Description
Updates a value in the current user’s Contact Profile. Parameters:key:string— the ID of the Contact Profile field to update.value:unknown— a new value for the specified Contact Profile field.
Promise<void>