I've found some older questions/requests for Connectors to be able to listen to incoming POST requests such as those sent via a WebHook. Was this ever implemented? Or is this something that can be done via Data Sources or something like that?
Relevant links:
Dataminer HTTP webhooks - DataMiner Dojo
How to integrate 3PP system/application with DataMiner using WebHook? - DataMiner Dojo
Dataminer HTTP(S) Webhooks – DataMiner Dojo
Thanks!
Hi
I do not know if connectors support this but you can do this with User-Defined APIs: User-Defined APIs | DataMiner Docs. These allow you to expose an automation script that an HTTP call can trigger.
Hope this helps.
Thank you, this does help as a workaround. We've also been looking at the Generic Webhook Alarm Table. But would ideally like to integrate this into a connector.