Skip to main content

What is the correct format for testing an HTTP Trigger in Postman?

Comments

1 comment

  • Rajnish Kucheria
    1. Paste the webhook URL into the request field in Postman.
    2. Set the request method to POST.
    3. In the Body section, select the raw JSON option and set the content-type to application/json.
    4. Provide a valid JSON body in the request payload.
    5. Click Send to execute the request and verify the response.
    0

Please sign in to leave a comment.