Debug Webhook Payload
POST https://postman-echo.com/post
Sample request to execute when webhook hits.
You can change the request URL to the URL of your choice, for example a webhook URL for Slack.
Default pre-request script
only displays in the console the incoming payload, and save data in variables.
You can edit both scripts to your convenience.
Request Body
{"example"=>"HERE SHOULD GO THE THINGS YOU WANT TO SEND TO DESTINATION URL", "{{awesome_key_example}}"=>"{{awesome_value_example}}"}