Slack Integration¶
Receive real-time webhook notifications from Capawesome Cloud directly in a Slack channel. No extra configuration is needed — the platform is automatically detected from the webhook URL.
Prerequisites¶
Before you begin, ensure you have:
- A Capawesome Cloud account with an app created.
- A Slack workspace where you have permission to install apps.
Setup¶
Follow these steps to set up Slack notifications for your app:
- Create a Slack app with an incoming webhook by following the Slack documentation. 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/...). - Navigate to the Webhooks page in the Capawesome Cloud Console. Create a new webhook (or edit an existing one) and paste the Slack webhook URL.
- Select the events you want to receive and save the webhook.
That's it. Capawesome Cloud automatically detects slack.com in the URL and sends Slack-compatible messages. 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 documentation.