# Discord

With our native Discord 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 team on Discord.

### Automations

Once connected, you can add the Discord 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 Discord 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" %}
Currently, this integration uses the channel configured for the webhook to send alerts to.
{% endhint %}

### Installation

Connect your Discord 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/discord.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.
