POST
/
chatwoot
/
set
/
{instance}
curl --request POST \
  --url https://{server-url}/chatwoot/set/{instance} \
  --header 'Content-Type: application/json' \
  --header 'apikey: <api-key>' \
  --data '{
  "enabled": true,
  "accountId": "<string>",
  "token": "<string>",
  "url": "<string>",
  "signMsg": true,
  "reopenConversation": true,
  "conversationPending": true,
  "nameInbox": "<string>",
  "mergeBrazilContacts": true,
  "importContacts": true,
  "importMessages": true,
  "daysLimitImportMessages": 123,
  "signDelimiter": "<string>",
  "autoCreate": true,
  "organization": "<string>",
  "logo": "<string>",
  "ignoreJids": [
    "<string>"
  ]
}'

Authorizations

apikey
string
header
required

Your authorization key header

Path Parameters

instance
string
required

Name of the instance

Body

application/json