Slack message agent
The Slack message agent is a powerful integration tool that bridges Slack and DevRev, enabling automated DevRev object 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
- chat:write
- files:read
- metadata.message:read
- team:read
- usergroups: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.
- Add this custom app and the DevRev Slack Bot into the Slack channel from which you want to create the DevRev object.
Configure DevRev
- Add the Slack Signing Secret and Slack Bot Token copied from the custom Slack bot app.
- Add the channel IDs for either incidents, tickets or issues.
- Click the respective buttons to enable the sync between threads.
- Select the part ID to associate a particular part.
- Click Save and copy the Trigger URL that is displayed.
- Paste the Trigger URL under Enable Events in the custom Slack bot.