Slack vs. Teams

If Rapid7 already has a workflow created that we want to use but its catered to alert via Slack, is it possible to change it so that we can instead get alerted via teams?

The workflows in the extension library are templates. You can modify them to add or remove any capability you would like.

Generally if we have a Slack workflow, we also have a Teams workflow for the same thing. Which workflow do you see that works for Slack but not Teams?

It would be this one: HERE. I didn’t see anything for Teams on a similar search.

You are correct. Sorry about that.

At the end of the workflow where the Slack Message Step is you can add a Microsoft Teams Step.

If you choose the send html message step this is what you would use to mimic the Slack Message:

<b>⚠ Warning: Device Not Found in Active Directory ⚠</b><br><br>

<b>Hostname:</b> {{["Asset Found Event"].[summary].[host_name]}}<br>
<b>IP Address:</b> {{["Asset Found Event"].[summary].[ip]}}<br>
<b>Operating System:</b> {{["Asset Found Event"].[summary].[operating_system]}}