Question
Webhooks and JSON
I have one of my developers working on an integration with close.io. They currently only accept application/JSON calls to their API. I have set both Request Token Encoding and Response Format to JSON, but it does not seem to be sending the data in JSON format. Is there a workaround for allowing this? If not is there a solution that does not involve us creating an intermediary page to pass along the information encoded in JSON?
Thanks.