POST
/
integrations
curl --request POST \
  --url https://api.zapperapi.com/{instanceId}/integrations \
  --header 'Content-Type: application/json' \
  --header 'X-Api-Key: <api-key>' \
  --data '{
  "type": "CHATVOLT",
  "apiKey": "<string>",
  "agentId": "<string>",
  "disableOnMessage": true
}'

Authorizations

X-Api-Key
string
header
required

Chave privada da API

Body

application/json

Response

200

Default Response