{
"title": "string",
"description": "string",
"is_enabled": true,
"config": {
"webhook_url": "http://example.com",
"auth_type": "none",
"bearer_token": "string",
"custom_headers": [
{
"key": "string",
"value": "string"
}
],
"response_mode": "json",
"timeout": 300,
"chat_history_enabled": "off",
"chat_history_count": 10,
"file_delivery_method": "extract_in_emoo",
"approval_callback_url": "http://example.com"
},
"scope": "public",
"specified_ws_group_ids": [
1
],
"data_auth": "all",
"data_auth_config": {
"ws_app_keys": [
"string"
],
"doc_group_ids": [
1
],
"doc_ids": [
1
]
}
}