This one should be a quick one but putting it together as a lot of folks don’t seem to be aware of how you can easily test out data being sent out to webhooks or streaming endpoints using request bin (https://public.requestbin.com) or similar services which are free to use for a few hits.
- Create an endpoint which goes into the interface where you would like the data to be sent to
Mapping the data you want to send through as a payload
Activate the mapping and wait for the data to show up in the request bin interface. This one might take varied time depending on the source where you are sending data from.
- Once the payload shows up, you should be able to verify what it looks like and whether it is expected or not.
Have a go and try it out with any of your services you might need this for.
Leave a Reply