---
description: Receive Capawesome Cloud webhook notifications in a Slack channel. Stay updated on builds, live updates, and app submissions in real time.
title: Slack Integration - Capawesome
image: https://capawesome.io/docs/assets/images/social/cloud/integrations/slack.png
---

[ Skip to content](#slack-integration) 

[ 🎉 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/)
* [  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/)
* [  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/)
* [  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

# Slack Integration[¶](#slack-integration "Permanent link")

Receive real-time [webhook](/docs/cloud/webhooks/) notifications from Capawesome Cloud directly in a Slack channel.

## Prerequisites[¶](#prerequisites "Permanent link")

Before you begin, ensure you have:

* A [Capawesome Cloud](https://console.cloud.capawesome.io) account with an app created.
* A Slack workspace where you have permission to install apps.

## Setup[¶](#setup "Permanent link")

Follow these steps to set up Slack notifications for your app:

1. Create a Slack app with an incoming webhook by following the [Slack documentation](https://docs.slack.dev/messaging/sending-messages-using-incoming-webhooks/). Enable **Incoming Webhooks** in your app settings, add a new webhook to a workspace, select the target channel, and copy the generated webhook URL (e.g. `https://hooks.slack.com/services/...`).
2. Navigate to the [Webhooks](https://console.cloud.capawesome.io/apps/%5F/webhooks) page in the Capawesome Cloud Console. Create a new webhook (or edit an existing one) and paste the Slack webhook URL.
3. Set the **Format** to **Slack**.
4. Select the [events](/docs/cloud/webhooks/#events) you want to receive and save the webhook.

That's it. Capawesome Cloud sends Slack-compatible messages to the configured URL. Notifications will appear in your selected channel whenever the configured events are triggered.

Warning

Your Slack webhook URL contains a secret. Do not share it publicly or commit it to version control. Slack actively searches for and revokes leaked webhook URLs.

For more details on supported events, payloads, signature verification, and delivery history, see the [Webhooks](/docs/cloud/webhooks/) documentation.

May 7, 2026 

 Back to top 