# Recipes for the Approval bot accelerator
This accelerator contains a set of recipes to implement the Approval bot in Slack and a separate set of recipes to implement the Approval bot in Microsoft Teams.
- Recipes for Slack (located in approval-bot-slack.zip)
- Recipes for Microsoft Teams (located in approval-bot-msteams.zip)
# Recipes for Slack
- ABS | REC-001 | Slack Request Parent Recipe
- This recipe triggers from a new/updated row in Google Sheets and calls the ABS | CALL-002 | Request to Slack recipe.
- ABS | CALL-002 | Request to Slack
- Sends the approval request to Slack.
- ABS | REC-003 | Approve/Reject Request from Slack
- After a request is approved or denied, this recipe updates the result and prompts the Slack workbot to post a message in Slack.
- ABS | REC-004 | Slack homepage Event
- This recipe calls the ABS | CALL-006 | Slack Update Homepage recipe.
- ABS | REC-005 | Pending Approval Summary
- Send reminders to the approvers you designate.
- ABS | CALL-006 | Slack Update Homepage
- Updates the dashboard overview with approval request outcomes.
# Recipes for Microsoft Teams
- ABT | REC-001 | Requests from Source System
- This recipe triggers from a new/updated row in Google Sheets and calls the ABT | REC-002 | Approve/Reject Request from Microsoft Teams recipe.
- ABT | REC-002 | Approve/Reject Request from Microsoft Teams
- ends the approval request to Microsoft Teams.
- ABT | REC - 003 | Approvals Home Tab
- Searches for new approval requests and posts updates as workbot in Microsoft Teams.
- ABT | REC - 004 | Sub Menu items
- Updates Approval Bot- Microsoft Teams lookup table.
- ABT | REC - 005 | Show requests
- Posts requests to Microsoft Teams as workbot.
- ABT | REC-006 | Pending Requests Reminders
- Send reminders to the approvers you designate.
- ABT | CALL-007 | Request to Microsoft Teams
- Updates Microsoft Teams with approval request outcomes.
Last updated: 2/22/2024, 11:17:11 PM