feat: Provision captain accounts automatically (#10168)
- Provision accounts on Chatwoot cloud automatically if the feature is enabled
This commit is contained in:
@@ -28,30 +28,6 @@ captain:
|
||||
"additionalProperties": false,
|
||||
}
|
||||
settings_form_schema: [
|
||||
{
|
||||
"label": "Access Token",
|
||||
"type": "text",
|
||||
"name": "access_token",
|
||||
"validation": "required",
|
||||
},
|
||||
{
|
||||
"label": "Account ID",
|
||||
"type": "text",
|
||||
"name": "account_id",
|
||||
"validation": "required",
|
||||
},
|
||||
{
|
||||
"label": "Account Email",
|
||||
"type": "text",
|
||||
"name": "account_email",
|
||||
"validation": "required",
|
||||
},
|
||||
{
|
||||
"label": "Assistant Id",
|
||||
"type": "text",
|
||||
"name": "assistant_id",
|
||||
"validation": "required",
|
||||
},
|
||||
{
|
||||
"label": "Inbox Ids",
|
||||
"type": "text",
|
||||
|
||||
Reference in New Issue
Block a user