Skip to content
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

UX: HTTP Request/Outgoing Webhook - simple form interface for basic JSON use cases #40

Open
I-Dont-Remember opened this issue Nov 10, 2022 · 0 comments
Labels
enhancement New feature or request Nice To Have Improves the tool, but isn't a make or break for users.

Comments

@I-Dont-Remember
Copy link
Contributor

Follow the example of Postman, HTTPie, and many other API Request building tools and let people build their request body/headers/etc. as visual key/value pairs, rather than forcing them to hand-edit a JSON string.

This also provides an alternative for some of the JSON decoding issues we've run into with Workflow variables, since if we are pulling each key/value, we know what pieces need to be escaped rather than receiving the whole thing as one mess of a string.

⚠️ this would need to still allow the option to switch to the hand-edited version, so as to not prevent power users from doing nested JSON or more interesting objects.

image

@I-Dont-Remember I-Dont-Remember added enhancement New feature or request Nice To Have Improves the tool, but isn't a make or break for users. labels Nov 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request Nice To Have Improves the tool, but isn't a make or break for users.
Projects
None yet
Development

No branches or pull requests

1 participant