SLACK_WEBHOOK_URL
.event.secrets
.
@slack/webhook
npm
package to make it easy to send a message to Slack. You can use nearly any public npm
package in an Action as long as it can be installed without relying on native add-ons.
To add the dependency:
@slack/webhook
.
By default, your Action will use the latest version of the dependency at the time the dependency was added.
event.
in the Editor, you should be presented with all the available properties of the event. To learn more about which information is available on each trigger, read Explore Flows and Triggers.
Let’s use our Action to notify Slack. Add this code to your action:
my-slack-action
into the flow.