Slack

1. Configure

Get your legacy token https://api.slack.com/legacy/custom-integrations/legacy-tokens and add in file .env variable SLACK_TOKEN and SLACK_CHANNEL for post messages.

2. Arguments

app.helpers.slack.postMessage({
    ... object arguments ...
})

Last updated