Slack
1. Add App To Slack
- Go to Slack api page at https://api.slack.com/apps and click on "Create New App"
- Name your app "ReARM Integration" and select your Slack workspace in the "Development Slack Workspace"
- Click on "Create App"
- Click on "Incoming Webhooks"
- Click on the toggle "Activate Incoming Webhooks" to change it to "On"
- Scroll down to the bottom of the page
- Click on "Add New Webhook to Workspace"
- On the next screen, select desired Slack channel for integration
- Scroll down to the bottom of the page
- Click "Copy" where it says "Webhook URL"
- You would get a URL like https://hooks.slack.com/services/T0XXXXXXXX/XXXXXXXXX/XXXXXXXXXXXX
- Copy everything after https://hooks.slack.com/services/, in the case above this would be T0XXXXXXXX/XXXXXXXXX/XXXXXXXXXXXX (note that this is your Slack webhook secret so treat it accordingly)
2. Register Slack App With ReARM
- In ReARM, open Organization Settings from the menu on the left
- In the Integrations section, click on "Add Slack Integration" button
- In the secret field paste the webhook secret you obtained when adding App to slack above - in this tutorial T0XXXXXXXX/XXXXXXXXX/XXXXXXXXXXXX
- Click "Submit"
- Your Slack Integration is now set up!