Workflow level webhook notifications
complete
Oran Wilder
complete
Job and Workflow Completed (canceled, failed, succeeded) webhooks are now generally available! Learn more at https://circleci.com/docs/2.0/webhooks/#overview.
Specific features you want to see added in the future? Let us know at https://circleci.canny.io/webhooks.
Oran Wilder
in progress
Job and Workflow Webhooks are now in preview. Go to your Project Settings page to try them out, or learn more at:
During preview, we're continuing to gather feedback on how to make webhooks successful for a wide range of use cases. Let me know what you think of what's available so far. What else would make webhooks more impactful for your team?
J
Jones Trevor
I am trying to build an auto scaling cluster based on current jobs+workflow. being able to add custom webhooks to the lifecycle's of workflows and jobs would make this far simpler (and efficient for both circle and my own api's). Currently I have to poll the circleci api, then based on those results hit github's api to pull the configuration values that I need delivered to my scaling policy metrics.