We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi!
How can I use the contents of the body in my function?
Something like:
public string Handle (string input) { return string.Format ("Hi there - your input was: {0} \ n", input); }
The text was updated successfully, but these errors were encountered:
Hi, what have you tried so far?
Maybe you could join slack and ask the community for help there? Email [email protected]
Sorry, something went wrong.
Sorry for the delay.
I can use the $input variable to interact with the post body.
I'm having some problems with very large responses. I believe I should resolve by responding with JSON. Thank you!
No branches or pull requests
Hi!
How can I use the contents of the body in my function?
Something like:
public string Handle (string input) {
return string.Format ("Hi there - your input was: {0} \ n", input);
}
The text was updated successfully, but these errors were encountered: