# Slack

With our native Slack integration, you can send alerts to yourself or your team when a customer takes an action on your website, like signs up or purchases a plan. The connection uses OAuth, so it's as easy as clicking a button and authorizing the app for your organization on Slack.

### Automations

Once connected, you can add the Slack action to an automation. A simple example would be to trigger an automation when a customer performs a "Sign Up" event. Once triggered, you can fire the Slack action to send you an alert containing information about who performed the event. And with variables, you can include any customer trait or trigger property along with the payload in the Message field.

{% hint style="info" %}
You can select any channel in your Slack organization to receive the alert. When selecting a private channel, make sure the CrowdPower app has been invited to the channel on Slack.
{% endhint %}

### Installation

Connect your Slack account in [Integrations](https://app.crowdpower.io/settings/integrations).


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.crowdpower.io/integrations/slack.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
