Hello,
I’ve been trying to figure this one out, but I am not having much luck. I have a learning management system (LMS) that has a webhook that sends a POST to a URL with a JSON payload. I’d like to trigger a bot process when the payload is received. Does Orchestrator support triggers like this? If so, can anyone point me at the documentation? All I can find is documentation about the Orchestrator outbound webhooks!
If Orchestrator does not support this kind of trigger, does anyone have any other suggestions on how I could make this work? It is possible to query their REST API, but that requires me making regular calls to their API rather than simply waiting for them to send me a POST when an event happens.
Many thanks!