Connectors
Основные методы для работы с коннекторами
Получение списка доступных коннекторов
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
{
"items": [
{
"id": "5c7654850dec1f9f4f2686bc",
"name": "Timer",
"description": "Timer allows you to delay the execution of child connectors",
"image": "",
"owner": "mixapp",
"version": "1.0.8",
"methods": [
{
"title": "Default",
"value": "default",
"http_methods": []
}
],
"dataMapping": {
"input": {
"default": {
"type": "object",
"required": false,
"properties": {
"date": {
"type": "string",
"required": true,
"presenter": {
"title": "",
"desc": "",
"component": "date",
"visible": {},
"tags": [],
"order": 0,
"multi": false,
"default": null,
"values": []
}
}
}
}
},
"output": {
"default": {
"type": "object",
"required": false,
"properties": {}
}
}
}
}
]
}Создание нового коннектора
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Обновление коннектора
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Request Body
Name
Type
Description
Удаление коннектора
Path Parameters
Name
Type
Description
Headers
Name
Type
Description
Last updated