---
title: "Set Chatwoot"
method: POST
path: "/chatwoot/set/{instance}"
tags: ["Chatwoot Controller"]
---

# Set Chatwoot

`POST /chatwoot/set/{instance}`

Set Chatwoot

## Path parameters

- `instance` string, required

## Request body

- object
  - `enabled` boolean, required — Enable chatwoot
  - `accountId` string, required — Chatwoot account ID
  - `token` string, required — Chatwoot token
  - `url` string, required — Chatwoot server URL
  - `signMsg` boolean, required — Sign message with user name
  - `reopenConversation` boolean, required
  - `conversationPending` boolean, required
  - `nameInbox` string, required — Name inbox chatwoot
  - `mergeBrazilContacts` boolean, required
  - `importContacts` boolean, required — Import Chatwoot contacts
  - `importMessages` boolean, required — Import chatwoot messages
  - `daysLimitImportMessages` integer, required
  - `signDelimiter` string, required — Break line
  - `autoCreate` boolean, required
  - `organization` string, required — Name organization
  - `logo` string, required — Url logo
  - `ignoreJids` string[], required

## Response `200`

Ok

## Changes

- **2024-10-31** (v2) `c5b6ee3aa738` — 17 breaking, 9 warning
  - added the new required request property `accountId`
  - added the new required request property `autoCreate`
  - added the new required request property `conversationPending`
  - added the new required request property `daysLimitImportMessages`
  - …22 more
- **2024-10-14** (v2) `c153448703e5` — 1 breaking, 16 info
  - removed the media type `application/json` for the response with the status `200`
  - api operation id `setChatwoot` was added
  - the endpoint scheme security `ApiKeyAuth` was added to the API
  - api tag `Chatwoot Controller` added
  - …13 more
- **2024-09-09** (v2) `0c4620ca5ed5` — 12 warning, 5 info
  - removed the request property `account_id`
  - removed the request property `auto_create`
  - removed the request property `conversation_pending`
  - removed the request property `days_limit_import_messages`
  - …13 more

[Change history](https://skmtc.dev/evolution-foundation/apis/openapi/changes/chatwoot/set/:instance/post.md)

---

[API](https://skmtc.dev/evolution-foundation/apis/openapi.md) · [All operations](https://skmtc.dev/evolution-foundation/apis/openapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/evolution-foundation/openapi/revisions/153363ee7f38/schema)
