---
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

---

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