This document discusses using webhooks in Concourse pipelines to reduce API calls. It begins with an introduction and background on the author. It then provides an overview of Concourse architecture and the roles of the ATC, workers, and resources/jobs. Next, it explains how webhooks can be used resource-agnostically in Concourse by defining a webhook token. It describes how webhooks allow external services like GitHub to notify Concourse of changes instead of Concourse constantly checking. Finally, it mentions a demo, online resources, documentation, Slack community, and invites questions.