microsoft / BotFramework-Composer

Dialog creation and management for Microsoft Bot Framework Applications
https://docs.microsoft.com/en-us/composer/
MIT License
870 stars 372 forks source link

Dynamic parameters in "HTTP request" component #9773

Open DanieleS82 opened 3 years ago

DanieleS82 commented 3 years ago

Implement the possibility to dynamically set, into "HTTP request" component, the fields "method" and "headers".

More info could be read here.

EricDahlvang commented 3 years ago

@garypretty would you help prioritize this work please?

RohitMungi-MSFT commented 3 years ago

https://github.com/microsoft/BotFramework-Composer/issues/5328

https://docs.microsoft.com/en-us/answers/questions/193661/index.html

Referencing related threads for more information

garypretty commented 3 years ago

This is a good feature request. We probably won't get to this in R12, so I am adding this as an R13 item. My assumption is that we will essentially allow the user to specify an expression for values such as the 'method'.

DanieleS82 commented 3 years ago

Hi @garypretty , thanks for your support. It's important that also the "headers" field could be assigned with an expression or other dynamic way. Thanks.

mrivera-ms commented 3 years ago

@garypretty, could you please add a priority for this item? If it is not a P0, we will not be able to include in R13. Thank you.

garypretty commented 3 years ago

Moving to R14 as a P1 given the current R13 schedule.

Kaiqb commented 3 years ago

Moving it it to R15 per @garypretty

victorlamana commented 3 years ago

Hello, I think it would be nice if we could add some variables on the body aswell