-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
I want to be able to send a user a message from outside of a dialog.
I built out a human handoff API endpoint (HandoffController) which takes in a json body. An agent from there own software built out integration with this API endpoint. Once I receive that message in the controller, i want to be able to send that message over to the user. The json body includes the user_id and the message.
Is there an implementation I can use so I can send that message to the user? I am outside a dialog so I can't use the context/activity to send the message.
How can I accomplish this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels