create_contact_profile
Creates a contact profile to persist user data across sessions, enabling personalized interactions.
Instructions
Creates a new Cognigy.AI contact profile. Contact profiles persist user data across sessions for personalization. MUTATING: Set dryRun=false to create.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true (default), validates without creating. Set to false to actually create. | |
| profile | No | Profile data to store (custom fields) | |
| contactId | Yes | The unique contact identifier for this profile | |
| projectId | Yes | The project ID to create the profile in | |
| acceptedGDPR | No | Whether the user has accepted GDPR consent |