---
description: Learn how to configure webhooks for Capawesome Cloud Automations to receive Git events from your provider.
title: Automation Webhooks - Capawesome
image: https://capawesome.io/docs/assets/images/social/cloud/automations/webhooks.png
---

[ Skip to content](#webhooks) 

[ 🎉 Introducing **Capawesome Platform** — one platform for Live Updates, Native Builds, App Store Publishing, and Insider SDKs.](https://capawesome.io) 

* [  Formbricks ](/docs/plugins/formbricks/)
* [  Geocoder ](/docs/plugins/geocoder/)
* [  Google Sign-In ](/docs/plugins/google-sign-in/)
* [  Grafana Faro ](/docs/plugins/grafana-faro/)
* [  libSQL ](/docs/plugins/libsql/)
* [  Live Update ](/docs/plugins/live-update/)
* [  Managed Configurations ](/docs/plugins/managed-configurations/)
* [  Media Session ](/docs/plugins/media-session/)
* [  ML Kit ](/docs/plugins/mlkit/)
* [  Navigation Bar ](/docs/plugins/navigation-bar/)
* [  NFC ](/docs/plugins/nfc/)
* [  OAuth ](/docs/plugins/oauth/)
* [  Pedometer ](/docs/plugins/pedometer/)
* [  Photo Editor ](/docs/plugins/photo-editor/)
* [  PostHog ](/docs/plugins/posthog/)
* [  Printer ](/docs/plugins/printer/)
* [  Purchases ](/docs/plugins/purchases/)
* [  RealtimeKit ](/docs/plugins/realtimekit/)
* [  Screen Orientation ](/docs/plugins/screen-orientation/)
* [  Screenshot ](/docs/plugins/screenshot/)
* [  Secure Preferences ](/docs/plugins/secure-preferences/)
* [  Speech Recognition ](/docs/plugins/speech-recognition/)
* [  Speech Synthesis ](/docs/plugins/speech-synthesis/)
* [  Share Target ](/docs/plugins/share-target/)
* [  Square Mobile Payments ](/docs/plugins/square-mobile-payments/)
* [  SQLite ](/docs/plugins/sqlite/)
* [  Superwall ](/docs/plugins/superwall/)
* [  Torch ](/docs/plugins/torch/)
* [  Wifi ](/docs/plugins/wifi/)
* [  Zip ](/docs/plugins/zip/)
* [  Cloud ](/docs/cloud/)
* [  Live Updates ](/docs/cloud/live-updates/)
* Advanced
* Integrations
* [  Native Builds ](/docs/cloud/native-builds/)
* [  Configuration ](/docs/cloud/native-builds/configuration/)
* [  Environments ](/docs/cloud/native-builds/environments/)
* Guides
* [  Sample Projects ](/docs/cloud/native-builds/sample-projects/)
* [  Troubleshooting ](/docs/cloud/native-builds/troubleshooting/)
* [  Automations ](/docs/cloud/automations/)
* [  Verifying the Webhook ](#verifying-the-webhook)
* [  Assist ](/docs/cloud/assist/)
* Account
* Organizations
* [  Organization and User Management ](/docs/cloud/organizations/memberships/)
* [  Single Sign-On (SSO) ](/docs/cloud/organizations/sso/)
* [  Teams ](/docs/cloud/organizations/teams/)
* [  Two-Factor Authentication ](/docs/cloud/organizations/two-factor-authentication/)
* [  Integrations ](/docs/cloud/integrations/)
* [  License Keys ](/docs/cloud/license-keys/)
* [  Webhooks ](/docs/cloud/webhooks/)
* [  Pricing ](https://capawesome.io/pricing/)
* [  FAQ ](/docs/cloud/faq/)
* [  Support ](/docs/cloud/support/)
* [  Contributing ](/docs/contributing/)
* [  LLMs ](/docs/llms/)
* [  Insiders ](/docs/insiders/)
* [  License ](https://capawesome.io/legal/eula/)
* [  Support ](/docs/insiders/support/)
* [  FAQ ](/docs/insiders/faq/)
* [  Blog ](/blog/)
* Categories

* [  Verifying the Webhook ](#verifying-the-webhook)

# Webhooks[¶](#webhooks "Permanent link")

Automations use webhooks to receive Git events from your provider. When you create an automation, Capawesome Cloud automatically registers a webhook on your connected Git repository. If automatic registration fails, you can configure the webhook manually.

## Automatic Setup[¶](#automatic-setup "Permanent link")

When you create an automation, Capawesome Cloud attempts to register a webhook on your Git repository automatically. If the registration succeeds, no further action is needed — the webhook is ready to receive events.

## Manual Setup[¶](#manual-setup "Permanent link")

In some cases, automatic webhook registration may fail — for example, due to insufficient permissions or when using a self-hosted Git provider. In these cases, you can configure the webhook manually using the values provided in the **Setup** dialog.

### Access the Setup Dialog[¶](#access-the-setup-dialog "Permanent link")

To access the Setup dialog, navigate to the [Automations](https://console.cloud.capawesome.io/apps/%5F/automations) page of your app in the Capawesome Cloud Console and click the **Setup** button. The dialog displays two values:

* **Webhook URL**: The endpoint that receives Git events from your provider.
* **Webhook Secret**: A secret used to verify incoming webhook payloads.

Both values have copy-to-clipboard buttons for convenience.

### Configure Your Git Provider[¶](#configure-your-git-provider "Permanent link")

Add a new webhook in your Git provider's settings using the **Webhook URL** and **Webhook Secret** from the Setup dialog. The webhook should be configured to send push events.

For provider-specific instructions on adding webhooks, refer to the following documentation:

* [GitHub](/docs/cloud/integrations/github/)
* [GitLab](/docs/cloud/integrations/gitlab/)
* [Bitbucket](/docs/cloud/integrations/bitbucket/)
* [Azure DevOps](/docs/cloud/integrations/azure-devops/)

## Verifying the Webhook[¶](#verifying-the-webhook "Permanent link")

To confirm that the webhook is working correctly:

1. Push a commit or create a tag that matches one of your automation's trigger patterns.
2. Navigate to the [Automations](https://console.cloud.capawesome.io/apps/%5F/automations) page and check that the automation's **Last triggered** timestamp has updated.
3. Navigate to the [Builds](https://console.cloud.capawesome.io/apps/%5F/builds) page and verify that a new build was created.

February 23, 2026 

 Back to top 