What is the correct format for testing an HTTP Trigger in Postman?
0
-
- Paste the webhook URL into the request field in Postman.
- Set the request method to POST.
- In the Body section, select the raw JSON option and set the content-type to application/json.
- Provide a valid JSON body in the request payload.
- Click Send to execute the request and verify the response.
0
Please sign in to leave a comment.
Comments
1 comment