Getting Started¶
During the development of the endpoint that will be receiving the webhooks requests, we recommend using the following web tools that allow you to create an endpoint that will track and log all the requests:
- PutsReq: http://putsreq.com/
- RequestBin: http://requestb.in/
They’ll provide you a URL that you’ll need to paste within the Form CTA Type configuration. By doing so, you’ll be able to see all the headers and JSON body that were sent with the HTTP request in a friendly way.