microsoft / BotFramework-Services

Microsoft Bot Framework Services
Creative Commons Attribution 4.0 International
38 stars 11 forks source link

clicking 'submit' button on adaptive card is not working for WebEx Adapter #276

Closed SonOfJesseAsSnekithan closed 3 years ago

SonOfJesseAsSnekithan commented 3 years ago

Github issues should be used for bugs and feature requests. Use Stack Overflow for general "how-to" questions.

I have already created an attachmentAction web hook in https://developer.webex.com/docs/api/v1/webhooks. Adaptive card was rendered successfully, but when bot user click 'submit' button on adaptive card, no event is sent to my bot thru WebEx Adapter. I have a webhook for messages and a webhook for attachmentAction with same name, but there is no event captured for submit.Action. Thanks

Version

What package version of the SDK are you using.

Describe the bug

Give a clear and concise description of what the bug is.

To Reproduce

Steps to reproduce the behavior:

  1. Go to '...'
  2. Click on '....'
  3. Scroll down to '....'
  4. See error

Expected behavior

Give a clear and concise description of what you expected to happen.

Screenshots

If applicable, add screenshots to help explain your problem.

Additional context

Add any other context about the problem here.

Tracking Status

Dotnet SDK [TODO]()

Javascript SDK [TODO]()

Python SDK [TODO]()

Java SDK [TODO]()

Samples [TODO]()

Docs [TODO]()

Tools [TODO]()

jwiley84 commented 3 years ago

Hi @SonOfJesseAsSnekithan ! Sorry for the delay, I'll get right on a repro of this, and see what's going on. Thank you for your patience!

SonOfJesseAsSnekithan commented 3 years ago

When webhook for attachmentActions was created at webex teams portal, by default, it was created using logged on user token, once i change it to use the bot access token, I get the notification now. Thanks

Zerryth commented 3 years ago

closing, as customer states it's working for him again