Create a contact attribute key
Creates a contact attribute key in the database.
Authorization
apiKeyAuth Use your SurveyTale x-api-key to authenticate.
In: header
Request Body
application/json
The contact attribute key to create
TypeScript Definitions
Use the request body type in TypeScript.
Response Body
application/json
Create a contact
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.
Create a response
Creates a response in the database. This will trigger the response pipeline, including webhooks, integrations, follow-up emails, and other configured actions.