-
Notifications
You must be signed in to change notification settings - Fork 5.3k
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
[ACTION] Microsoft Teams Bot - Reply to Message #14758
Comments
Hi @sergio-eliot-rodriguez @malexanderlim, @jcortes I faced the 403 error when testing the action, here's my taken steps
After creating the bot, I need to set the bot's Then I need to create a new secret on the bot Azure App Registration Copy the Azure Application ID and new Client Secret to Pipedream, I see the connect success message Then on my Azure Bot, I send a test message on Test Web Chat Resulted in a new event on the Pipedream HTTP source Use the fields in this source for the action, it failed with 403 code. Could you help checking this to identify if this is on my side or action side? On another note, I think we need to have a step-by-step guide on how to setup Microsoft Teams Bot (similar to what I have done above). |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi @malexanderlim I'm not familiar with the Bot setup can you give me a hand on this one please. Seems like there is some auth issue in the bot setup or something. |
@vunguyenhung you can take a look at the README I put together here: There's a bug currently which is not publishing the README to the marketplace that we're in the process of resolving here: |
Hello everyone, I have tested this PR and there're some test cases failed or needed improvement. Please check the test report below for more information |
Hi @vunguyenhung I didn't quite get what you meant in the QA report |
Hi @jcortes Which is created by clicking the Reply button next to the message I expect the Reply to Message action would produce the same reply. |
Hi @vunguyenhung I'm afraid the use case is for the Bot to reply and not the User, howerver @malexanderlim correct me if I'm wrong on this according to our tests we made previously. |
HI @jcortes, if the bot is not able to reply to a specific message, then we can remove the Reply to Message action. From my point of view, the Send Message action is producing the same behavior as the Reply to Message right now |
There is a difference but it is not so obvious as you potined out.
Those are the Use Cases I understood from @malexanderlim and from what I've read |
Is there a specific app this action is for?
Microsoft Teams Bot
Example workflow for testing:
https://pipedream.com/@pd-component-dev/projects/proj_mJs6Ybr/ms-teams-bot-p_WxCWqBN/build
API Documentation:
https://learn.microsoft.com/en-us/azure/bot-service/rest-api/bot-framework-rest-connector-quickstart?view=azure-bot-service-4.0#reply-to-the-users-message
Example working code:
The text was updated successfully, but these errors were encountered: