My integration partner offers me a webhook for inbound data to M3. I don't want to pull and when something is changed on the other side data will be pushed via this webhook.
Can I consume webhooks vis Infor ION API?
RegardsPrabodha
Web hooks has a very wide/ non-standard adoption in the industry. Particularly around callback authentication, Subscription pattern, and the content of event notification (is it just a signal to come and fetch data or if data is part of original signal itself). If there is open documentation for the webhooks of your integration partner, please share and I can review/ suggest the best practices for webhooks based integrations.
Does your integration partner supply their API in the Swagger format? If so, you could add their API suite to Infor OS and then call their API's within ION.
Thank you very much for your response,
below is the documentation.
https://shopify.dev/docs/api/admin-rest/2023-01/resources/webhook
shopify webhooks