1
0
Fork 0
mirror of synced 2024-06-27 18:40:42 +12:00

Adding slack integration.

This commit is contained in:
mike12345567 2021-09-07 13:59:58 +01:00
parent d05c60d470
commit bcc7f1caea
2 changed files with 3 additions and 4 deletions

View file

@ -281,4 +281,6 @@ exports.trigger = async function (ctx) {
}
}
exports.test = async function (ctx) {}
exports.test = async function (ctx) {
ctx.body = {}
}

View file

@ -1,8 +1,5 @@
const fetch = require("node-fetch")
const DEFAULT_USERNAME = "Budibase Automate"
const DEFAULT_ICON_URL = "https://i.imgur.com/a1cmTKM.png"
exports.definition = {
name: "Slack Message",
tagline: "Send a message to Slack",