> ## Documentation Index
> Fetch the complete documentation index at: https://docs.configu.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Create a Slack Webhook

> Learn how to send Activity Log events to a Slack channel.

## Prerequisites

* Access permissions to create an Incoming WebHook for your Slack workspace.
* Configu Cloud organization with admin permissions

## Create a Slack Incoming WebHook

For this integration to work, you'll need a Slack [Incoming WebHook](https://api.slack.com/messaging/webhooks).
Browse to that URL and follow the steps.

Get your target payload URL which looks something like this: `https://hooks.slack.com/services/T00000000/B00000000/XXXXXXXXXXXXXXXXXXXXXXXX`.
The standard way is by enabling incoming webhooks on a custom app you installed on your Slack workspace and creating a webhook as such:

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images-old/webhooks/slack-webhook-payload-uri.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=69d58bfdd995ea6d3a48d06073c06bb1" alt="image" width="1340" height="994" data-path="images-old/webhooks/slack-webhook-payload-uri.png" />
</Frame>

## Create a Configu Webhook

1. Browse to the Webhooks page (/integrations/webhooks) in your Confgu Cloud organization.
2. Create a new webhook using the Slack Payload URL you obtained in the previous step.
3. Customize your payload to include a `text` property with some message, and then click Create.
   [Explore the Full Webhooks documentation](/integrations/store/configu/webhooks).

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images-old/webhooks/slack-customize-your-payload.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=6d0f3a073c60fda80e69f590d9e2feb9" alt="image" width="2700" height="1270" data-path="images-old/webhooks/slack-customize-your-payload.png" />
</Frame>

Example result:

<Frame>
  <img src="https://mintcdn.com/configu/4A2bpem8hiz6pjlo/images-old/webhooks/slack-result-of-triggering.png?fit=max&auto=format&n=4A2bpem8hiz6pjlo&q=85&s=2811ee03e477b4aedd5b6c2b02474e50" alt="image" width="1000" height="160" data-path="images-old/webhooks/slack-result-of-triggering.png" />
</Frame>
