Sending Messages to Slack Channels
Utilize Slack's Incoming Webhook to send messages to Slack channels. Combined with automation tasks, you can schedule automatic notifications for project progress, task completion, or urgent announcements, ensuring that team members receive timely information in Slack.
Configuration Instructions
1. Create a Slack App
-
Log in to the Slack API website.
-
Click the “Create your Slack app” button.
-
Go to Your Apps and click the “Create New App” button.
-
In the pop-up window, select “From a manifest.” Alternatively, you can choose “From scratch” to start creating.
-
Select the workspace where you want to install the app, then click “Next”.
-
Configure basic information and click “Next”.
-
Finally, click “Create”. Creation successful.
2. Obtain the Slack App's Incoming Webhook
-
On the Basic Information page, find and click "Incoming Webhooks."
-
Turn on the “Activate Incoming Webhooks” switch.
-
Click the “Add New Webhook to Workspace” button.
-
Select the channel where you want to send messages, authorize, and copy the generated Webhook URL.
3. Enter the Webhook URL in the Automation Editor
-
After logging into Bika, go to the "Space" interface.
-
Create or edit an automation task.
-
In the “Action Type” list, select “Send Message to Slack Channel”.
-
Paste the previously copied Webhook URL into the configuration input box.
-
Choose the message type (plain text or Blocks) and enter the message content to be sent.
-
Save and enable the automation task.
With this, you have completed all configurations for sending messages to Slack channels. Combined with different trigger conditions, you can achieve various automatic message push scenarios.