/instance/create
endpoint:
/chatwoot/set/{{instance}}
endpoint with the following request format:
enabled
: Enables (true
) or disables (false
) the Chatwoot integration for the instance.accountId
: The Chatwoot account ID associated with the integration.token
: The authentication token of the admin user in Chatwoot.url
: The base URL of Chatwoot. Important: Do not include a trailing /
in the URL.signMsg
: When enabled (true
), adds the attendant’s signature to the messages sent.reopenConversation
: Defines whether the integration should always reopen the same conversation (true
) or create a new one.conversationPending
: Starts conversations as pending (true
), awaiting action from an attendant.nameInbox
: Custom name for the inbox in Chatwoot. If not provided, the instance name will be used.mergeBrazilContacts
: Merges Brazilian contacts that have the additional 9
digit in their numbers (true
).importContacts
: Imports WhatsApp contacts into Chatwoot (true
).importMessages
: Imports WhatsApp messages into Chatwoot (true
).daysLimitImportMessages
: Sets the limit of days for importing old WhatsApp messages.signDelimiter
: Delimiter used to separate the signature from the message body.autoCreate
: If enabled (true
), automatically creates the inbox configuration in Chatwoot.organization
: The name of the bot command contact, used to customize the interaction.logo
: URL of the image to be used as the profile picture for the bot command contact.accountId
and token
of the admin user./
./instance/create
endpoint to configure Chatwoot during instance creation./chatwoot/set/{{instance}}
endpoint to configure Chatwoot in an existing instance.