Hi everyone,
I'm working on a use case where I need to subscribe to an external system's event hub using Infor ION. The external platform exposes an Event API, which follows a publish-subscribe model — it allows consumers to register as subscribers, define a callback URL, and receive event payloads (such as product updates) via HTTPS.
My goal is to make Infor ION the subscriber — meaning:
ION registers a callback URL with the external system (via API)
That callback URL (ION API Gateway) receives the event notifications
ION processes those events using a data/document flow
Has anyone implemented this kind of external event subscription pattern where Infor ION acts as a subscriber to a 3rd-party Event API platform?
Any advice on configuring this with the API Gateway and linking it to a document flow would be appreciated.
Thanks!