# ActBlue

**Setup**

To setup the ActBlue integration, visit **Settings > Integrations > ActBlue** and follow the on-screen instructions.

**Importing Donors**

When you integrate your Daisychain and ActBlue account, people will automatically be imported into Daisychain when one of three things happens:

1. A new donation is made.
2. A recurring donation is cancelled.
3. A new refund is processed.

**ActBlue Automation Triggers**

You can trigger [automations](/help/organizing/automations.md) when ActBlue donors make a donation, cancel a recurring donation, or process a refund. This makes it easy to follow up with donors as needed.

**ActBlue Message Campaigns**

If your account is integrated with ActBlue, you can choose "ActBlue Donations" [as a goal](/help/texting/campaigns.md) when sending out a texting campaign. This will pre-populate your outgoing message with an `{{actblue_url}}` variable. Sending a message campaign with this variable which will ensure that recipients receive a unique link that enables:

* **Click and donation tracking**, providing real-time analytics on a per-recipient basis.
* **Pre-filling of ActBlue form**, saving donors from manually entering basic contact data that you have about recipients in Daisychain: name, email, phone number, address, etc.


---

# 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://daisychain.gitbook.io/help/integrations/actblue.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.
