I want to build a Slack bot to post messages to a Slack channel, but I lack some understanding of APIs.
Using the Bubble Slack plugin (see below) I manage to post messages in the channel with a simple workflow (see below).
In this case, I have to sign in first and then be able to send the messages. However, since my desired behavior is to send messages automatically when something in the database happens, I need to find a way to send messages without having to sign in to Slack every time.
How can I achieve this? Do I need to use the Bubble API Connector plugin and the Bearer Token?