await client.Chatwoot.SetAsync<object>(new ChatwootSetRequest
{
InstanceId = "VZ...",
InstanceToken = "instance-token",
Enabled = true,
Url = "https://chatwoot.example.com",
AccountId = "1",
Token = "chatwoot-token",
NameInbox = "VZaps",
SignMsg = true,
SignDelimiter = "\n",
Number = "5511999999999",
ReopenConversation = true,
ConversationPending = false,
ImportContacts = true,
ImportMessages = false,
DaysLimitImportMessages = 7,
AutoCreate = true,
Organization = "VZaps",
Logo = "https://example.com/logo.png",
IgnoreGroups = true,
});