UNPKG

@itentialopensource/adapter-slack

Version:

This adapter integrates with system Slack

25 lines 582 B
{ "actions": [ { "name": "getBotsinfo", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/bots.info?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getBotsinfo-default.json" } ] } ] }