Adding slack integration.
This commit is contained in:
parent
4450883a0a
commit
f429bc1a08
|
@ -281,4 +281,6 @@ exports.trigger = async function (ctx) {
|
|||
}
|
||||
}
|
||||
|
||||
exports.test = async function (ctx) {}
|
||||
exports.test = async function (ctx) {
|
||||
ctx.body = {}
|
||||
}
|
||||
|
|
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue