Callback Function
Is there a way to make a serverless endpoint callback and endpoint when the job ends?
2 Replies
Yep, i think this is what you are looking for
https://docs.runpod.io/serverless/endpoints/send-requests#webhooks
Send a request | RunPod Documentation
Learn how to construct a JSON request body to send to your custom endpoint, including optional inputs for webhooks, execution policies, and S3-compatible storage, to optimize job execution and resource management.
thank you