Last active
October 2, 2017 22:03
-
-
Save pbzona/96f4c9909bcd6bc877e83c06b3804ea4 to your computer and use it in GitHub Desktop.
Sample request body for serverless contact form
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"email": "your-test-destination@email", | |
"subject": "test from apigw", | |
"message": "this is a test message" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment