> For the complete documentation index, see [llms.txt](https://docs.donatepr.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.donatepr.com/communities/collective-settings/integrations.md).

# Integrations

## Webhooks (generic, Slack, Discord)

Go to your settings, click on "Webhooks" then select the type and enter the URL for your webhook. The system will automatically detect Slack or [Discord's slack-compatible](https://discord.com/developers/docs/resources/webhook#execute-slackcompatible-webhook) webhook URLs and will adapt the payloads for them.

See [this link](https://api.slack.com/messaging/webhooks#getting_started) to learn how to create a Slack webhook, or [this link](https://support.discord.com/hc/en-us/articles/228383668-Utiliser-les-Webhooks) to learn how to create a Discord webhook.

<figure><img src="/files/C6axNc2CNH7vh0DCfkCU" alt=""><figcaption></figcaption></figure>

While creating the webhook, you'll be able (in some cases) to preview the payload by clicking on the Info icon next to the activity name:

## Twitter Integration

Connect your Twitter to automatically thank new supporters who contribute to your Community! To do so, go to your Community page, click on the gear icon, and head to the **Connected Accounts** page.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.donatepr.com/communities/collective-settings/integrations.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.
