Skip to main content

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

activateProfile()

Description

Activates the user’s Contact Profile. Call this function to re-enable read and write operations on a previously deactivated Contact Profile. Returns: Promise<unknown>

Example

// Reactivate a previously deactivated profile
await activateProfile();