microsoft / microsoft/AdaptiveCards
[Feature Request] Allow sending HTTP-Requests in newer versions
Nobody has claimed this yet.
- Dominant language
- C#
- Stars
- 2k
- Forks
- 595
- Avg merge
- 1d 19h
- Merged PRs (30d)
- 1
Description
Problem Statement
In the newer versions like 1.5, it is not possible to send POST requests with Headers and Body.
In my use-case there is no other way to retrieve information of a AdaptiveCard send via Outlook.
The documentation says to use Action.Execute but there are no parameters to allow URL, Header and Body.
Proposed solution
Include a HTTP-Request as a Action or (like the documentation says) enable us to use Action.Execute as a HTTP-Request aswell.
Alternatives or Workarounds
Use 1.0 or 1.1 with Action.HTTP, still works for Outlook Actionable Messages.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by reviewing the documentation for Action.Execute and Action.HTTP, which the issue identifies as the relevant entry points. Determine how newer card versions should support POST requests with a URL, headers, and body; done means the requested behavior is defined and supported without relying on the older 1.0 or 1.1 workaround.
Written by the indexing model from the issue text.
Assessment
- Domain
- api
- Issue type
- Feature
- Difficulty
- 5/5
- Estimated time
- Over a week
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 30/100