Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Daily reminder bot using Node.js #139

Open
Wajeed-msft opened this issue Aug 10, 2021 · 0 comments
Open

Daily reminder bot using Node.js #139

Wajeed-msft opened this issue Aug 10, 2021 · 0 comments
Labels
new sample idea Request or submit an idea for a new community sample Node.js Sample code language

Comments

@Wajeed-msft
Copy link
Collaborator

Wajeed-msft commented Aug 10, 2021

Sample description

End User Scenario:

  1. Once App in installed, user gets welcome message to describe that bot supports daily reminder.
  2. User can type "set reminder" command
  3. Adaptive card in response would provide option to enter description and time for daily reminder.
  4. User gets reminder in form of Adaptive Card on specific time along with description provided.

Developer Scenario:

  1. Handle conversation update event to send welcome mesasge.
  2. Handle "set reminder" command to return Adaptive card with Time and description.
  3. On submit of reminder request, save the details on the reminder in memory/database.
  4. Send Proactive message to user on specified time on daily basis.

Docs Ref:
Send Proactive Message

Are you willing to help?

Yes

@Wajeed-msft Wajeed-msft added new sample idea Request or submit an idea for a new community sample Node.js Sample code language labels Aug 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new sample idea Request or submit an idea for a new community sample Node.js Sample code language
Projects
None yet
Development

No branches or pull requests

1 participant