How to create webhooks in wM 9.x

Hi Experts, Does anyone know how to implement webhooks in webMethods 9.x, not using wemethods.io

Thank you.

I don’t think there is a concept of webhooks in 9.x.x platform…at present it’s only available on wm.io cloud edition.

HTH,
RMG

Webhooks are automated messages sent from apps when something happens. They have a message—or payload—and are sent to a unique URL. So you can expose a RESTful URL from IS and the system can push the messages to this endpoint.

I have implement the same for a retail client and found no issues.

1 Like

Thanks for your inputs! yes doing the same thing as I am exposing my endpoint as a rest service so that they can send events.

Thanks again for all the suggestions.

Hope you are in the right path now!

Well you are doing as it was calling any other Restful API (exposed endpoint with security HTTP/S enabled)…FYI…In general webhooks concept/terminology started from modernization (10.x and above) journey and thus IO using that naming predominantly configuring the workflows.

HTH,
RMG