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?
1 Reply
Hi @Yizhe , success handler are only available for schedule for the time being. But you can easily do what you want with a 2 step flow where the second step is to notify your external service.