Slack Notify
Notify a Slack channel when you join a room.
Notify a Slack #channel when you join a room.
Setup
- Go to your Slack app's incoming webhooks page: https://YOUR_WORKSPACE.slack.com/apps/A0F7XDUAZ-incoming-webhooks.
- Click "Add to Slack".
- Choose the channel where notifications should be posted, and click "Add Incoming Webhooks Integration".
- Copy the webhook URL provided. This URL is used to post messages from external sources into Slack.
In the room-joined script replace the SLACK_WEBHOOK_URL
variable with the new webhook URL you generated above.