teams-dev-samples
teams-dev-samples copied to clipboard
Approval Scenario using Activity Feed notification - C#
Sample description
End User Scenario:
- User and manager installs App to personal scope.
- In Tab user can create approval request.
- Manager gets notification for approval.
- Manager can approve/reject request from Tab.
- User gets notified for status change.
Developer Scenario:
- Provide login to user and request for required permissions to send activity feed notification.
- Provide UI for user to raise new approval request (We can keep this information in memory storage).
- Send notification to user's manager abou approval request.
- Once approved/rejected by manager, notify user for status chage.
Docs Ref: Send activity feed notification
Are you willing to help?
Yes