Creates a single contact in the database. This endpoint expects a top-level attributes object. For bulk uploads, use PUT /management/contacts/bulk, which expects contacts[].attributes[] instead. 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.
Use your Formbricks x-api-key to authenticate.
The single contact to create. Must include a top-level attributes object with an email attribute, and all attribute keys must already exist in the environment.