Hi All,
From what I understand about Webhooks - they provides way to "call out" to external API's when certain events or triggers happen.
I know the implementation could be specific to the backend implementation i.e. if the backend is built using Java/Spring then it would require using HttpClient library. Or for .NET you can leverage ASP.NET WebHook Receivers [1].
For sending requests to external Webhooks - There are some developer specific configurations which need to be done. For example - which endpoint to call, what payload to send, call timeout, number of retries.
Has anyone exposed webhooks using Apigee?
Thanks!
[1] Scott Hanselman - Introducing ASP.NET WebHooks Receivers - WebHooks made easy - http://www.hanselman.com/blog/IntroducingASPNETWebHooksReceiversWebHooksMadeEasy.aspx