I am using webhooks inside the mailgun API. In webhooks I have to provide a URL in mailgun control panel then mailgun will make an HTTP POST to my URL and send some parameters.I got a temporary URL from this website - http://requestb.in/
and set it there to receive the HTTP post. How I can access to the parameters?
Go to the complete details ...