"Reject application" is triggered.
Demo
Create your Forest slack app
Follow Slack’s guide to create a new app in your workspace and start sending messages using Incoming Webhooks..png?fit=max&auto=format&n=UDnqA5TqR2qMKTU8&q=85&s=cbfac4e37412d4953514c5d68a5c86f3)
- Incoming Webhooks
- Interactive Components
- Bots
- Permissions
.png?fit=max&auto=format&n=UDnqA5TqR2qMKTU8&q=85&s=a3538723dcbac31c585f6524f48fe5c9)
application/json POST request.
Connect your app from a Slack channel of your choice
.png?fit=max&auto=format&n=UDnqA5TqR2qMKTU8&q=85&s=bbc150bcabf6ba85e68c7a3591c74372)
Set up the webhook from your admin backend
Install the node.js Slack SDK
From your project’s directory, simply runAdd the Incoming Webhook URL to your .env
Create the Smart Action and initialize the Incoming Webhook
Smart Action declaration
Smart Action logic
To learn more about composing messages using the Slack API, please visit the
- Slack Interactive messages guide
- Slack Block Kit visual builder