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>"
]
}'
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>"
]
}'
Your authorization key header
Name of the instance