Skip to main content
POST
Create contacts for a chatbot

Authorizations

Authorization
string
header
required

API key in Bearer token format

Path Parameters

chatbotId
string
required

ID of the chatbot

Body

application/json
users
object[]
required

Array of contacts to create (1-1000)

Required array length: 1 - 1000 elements

Response

Contacts created successfully

message
string
Example:

"Success"

data
object[]