Creates a contact attribute in the database.
curl --request POST \ --url https://app.formbricks.com/api/contact-attributes \ --header 'Content-Type: application/json' \ --data '{ "attributeKeyId": "<string>", "contactId": "<string>", "value": "example@email.com" }'
Input data for creating or updating a contact attribute
The ID of the attribute key
The ID of the contact
The value of the attribute
Was this page helpful?