Management API - Contacts
Upload Bulk Contacts
Uploads contacts in bulk. Each contact in the payload must have an ‘email’ attribute present in their attributes array. The email attribute is mandatory and must be a valid email format. Without a valid email, the contact will be skipped during processing.
PUT
Authorizations
Use your Formbricks x-api-key to authenticate.
Body
application/json
The contacts to upload. Each contact must include an 'email' attribute in their attributes array. The email is used as the unique identifier for the contact.
The body is of type object
.
Response
200
application/json
Contacts uploaded successfully.
The response is of type object
.