Management API - Contacts
Create a contact
Creates a contact in the database. Each contact must have a valid email address in the attributes. All attribute keys must already exist in the environment. The email is used as the unique identifier along with the environment.
POST
Create a contact
Authorizations
Use your Formbricks x-api-key to authenticate.
Body
application/json
The contact to create. Must include an email attribute and all attribute keys must already exist in the environment.
The body is of type object
.
Response
201 - application/json
Contact created successfully.
The response is of type object
.
Create a contact