Hi team — quick question about Serverless on RunPod:
Does RunPod provide any kind of deployment webhook for Serverless endpoints?
Specifically, I’m looking for a webhook (or similar mechanism) that triggers when:
an endpoint build completes successfully
an endpoint build or deploy fails
Use case:
I want to integrate deployment status into our CI/CD pipeline (e.g., trigger notifications, update system state, or run post-deploy jobs).
If this isn’t currently supported:
Are there recommended workarounds? (polling API, logs, etc.)
Any roadmap plans for webhook/event-based deployment notifications?
Appreciate any guidance or docs if available 🙏