Send POST
requests with
Content-Type: application/json
to !
{{ post.headers }}
{{ post.payload }}
Create a webhook endpoint, then make an HTTP POST request to it. We will catch the data. Don't worry. Your data doesn't persist.
Listen Up can be a tool for testing if your webhook/web callback or server is sending information properly. In other words, it catches data you throw at it. This data is displayed in realtime using websockets and easily visible.
No need to hunt for data in a database to see if the proper data is coming across.
Give it a try!