Slack message agent
The Slack message agent is a powerful integration tool that bridges Slack and DevRev, enabling automated incident and ticket creation directly from Slack messages. This tool helps streamline your team's workflow by converting important Slack communications into actionable items in DevRev.
For more information, refer to the Slack message agent on the DevRev marketplace.
Install
- Install the DevRev Slack app.
- Install the Slack message agent in your org.
Configure the custom Slack bot
- Go to Slack API and create a new app From scratch.
- Go to Basic Information* > App Credentials and copy the signing secret.
- Go to OAuth & Permissions and add the following scopes under Bot Token Scopes.
- channels:history
- channels:join
- channels:manage
- channels:read
- chat:write
- groups:read
- im:read
- mpim:read
- team:read
- users:read
- users:read.email
- Once the scopes are updated, copy the Bot User OAuth Token and click the button below it.
- Go to Event Subscriptions and click Enable Events.
- Under Subscribe to bot events, add message.channels.
Configure DevRev
- Add the Slack Signing Secret and Slack Bot Token copied from the custom Slack bot app.
- Add the incident channel IDs and ticket channel IDs.
- Click the respective buttons to enable the sync between threads for Incidents or Tickets.
- Select the part ID to associate a particular part for incidents or tickets.
- Click Save and copy the Trigger URL that is displayed.
- Paste the Trigger URL under Enable Events in the custom Slack bot.