UNPKG

@itentialopensource/adapter-slack

Version:

This adapter integrates with system Slack

109 lines 2.87 kB
{ "actions": [ { "name": "postDndendDnd", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/dnd.endDnd?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postDndendDnd-default.json" } ] }, { "name": "postDndendSnooze", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/dnd.endSnooze?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postDndendSnooze-default.json" } ] }, { "name": "getDndinfo", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/dnd.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/getDndinfo-default.json" } ] }, { "name": "postDndsetSnooze", "protocol": "REST", "method": "POST", "entitypath": "{base_path}/{version}/dnd.setSnooze?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/postDndsetSnooze-default.json" } ] }, { "name": "getDndteamInfo", "protocol": "REST", "method": "GET", "entitypath": "{base_path}/{version}/dnd.teamInfo?{query}", "requestSchema": "schema.json", "responseSchema": "schema.json", "timeout": 0, "sendEmpty": false, "sendGetBody": false, "requestDatatype": "JSON", "responseDatatype": "JSON", "headers": {}, "responseObjects": [ { "type": "default", "key": "", "mockFile": "mockdatafiles/getDndteamInfo-default.json" } ] } ] }