Search code examples
microsoft-graph-apibotframeworkmicrosoft-teams

Can I implement a Maker/Checker bot with Microsoft Bot Framework?


Is it possible to create a Maker/Checker Bot with Microsoft Bot Framework Nodejs SDK for Microsoft Teams?

SCENARIO:

  • X= MAKER
  • Y= CHECKER
  • Z= BACKEND

Say X wants to onboard a new customer, X will fill in the customer information on the chatbot, the bot will inform Y about the action as presented in this image. enter image description here

If Y approves the action, The bot will then send the data to the backend(Z). If Y rejects the action, the bot will inform X that their action was rejected.

Is this possible at all? Please help with documentation if yes is the answer.


Solution

  • Should be fine

    Suggest to use

    In fact , as you use the term 'Makers', I think you should be able to set this up using Dataverse for Teams and an Power Automate workflow, which could be used by anyone having a Teams License, and much quicker to build.