How to trigger a user-specific webhook when a job completes?
I'm triggering my scripts via API, and I have a webhook provided by another service where I want to send the result of my scripts. Is there a way to accomplish that without sending an HTTP request myself?
Alternatively, is there a way to "subscribe" to a job so that I get notified when it completes without repeatedly polling its status?
Alternatively, is there a way to "subscribe" to a job so that I get notified when it completes without repeatedly polling its status?