webhooks URL Parameters not being sent
I have setup a webhook to call my own web API. I am seeing the requests on the server but the URL parameters are not appearing.
I have tested my API using a test tool and the parameters are appearing in the request.
I have tried entity parameters :
Parameters in Standard Format, Parameters in the User Defined Format, and Custom Parameters, and none appear in the logs of my server.