// BLOG — AUTOMATIONS — TEAMS BOT

CREATE A RESPONSE HANDLER
WORKFLOW IN REWST

If you followed along with Giga's blog, you saw that he was using webhook.site as his test location for responses. Instead of doing that, I knew I was going to be building this in Rewst, so I created a new workflow in Rewst that I called "Response Webhook Handler".

  • Create a new trigger of type "Core - Webhook" that only needs to be set up under your company in Rewst
  • Copy the URL generated and paste this into the Configuration tab of the bot's settings in Azure.
  • In the workflow, create a starting noop action that will handle splitting the response out into the appropriate sub-workflow for the type of action necessary on a response.
  • You'll add branches and sub-workflows as you continue to develop new notifications and action types.