You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is a simple slackbot that takes a request and posts the message from the body to a slack channel.
5
+
This is a simple Slackbot that takes a request and posts the message from the body to a Slack channel.
6
6
7
7
## Prerequisites
8
8
@@ -75,7 +75,7 @@ If you want to deploy to your own cloud account, you can use Defang BYOC:
75
75
76
76
Once the Slackbot is deployed, you can send a POST request to the `/` endpoint with a JSON body containing the message you want to post to the Slack channel. Here's an example:
0 commit comments