mirror of
https://github.com/kevin-DL/services.git
synced 2026-01-12 03:05:14 +00:00
47 lines
1.4 KiB
JSON
47 lines
1.4 KiB
JSON
|
|
{
|
|
"sendMessage": [{
|
|
"title": "Send a message",
|
|
"description": "Send a message to a channel",
|
|
"run_check": true,
|
|
"request": {
|
|
"channel": "general",
|
|
"text": "Hey checkout this tweet https://twitter.com/m3oservices/status/1455291054295498752"
|
|
},
|
|
"response": {}
|
|
}],
|
|
"listMessages": [{
|
|
"title": "List messages",
|
|
"description": "List messages for a channel",
|
|
"run_check": false,
|
|
"request": {
|
|
"channel": "general"
|
|
},
|
|
"response": {
|
|
"messages": [
|
|
{
|
|
"id": "e6099dca-22af-440e-bdbf-e14525af9824",
|
|
"text": "Hey checkout this tweet https://twitter.com/m3oservices/status/1455291054295498752",
|
|
"timestamp": "2021-11-03T14:34:40.333401738Z",
|
|
"channel": "general",
|
|
"metadata": {}
|
|
}
|
|
]
|
|
}
|
|
}],
|
|
"listChannels": [{
|
|
"title": "List channels",
|
|
"description": "List all the channels",
|
|
"run_check": true,
|
|
"request": {},
|
|
"response": {
|
|
"channels": [
|
|
{
|
|
"name": "general",
|
|
"last_active": "2021-11-03T14:35:07.594972213Z"
|
|
}
|
|
]
|
|
}
|
|
}]
|
|
}
|