# Action Network

{% hint style="info" %}
This integration is only available to organizations with a [paid plan](https://actionnetwork.org/get-started/) on Action Network.
{% endhint %}

### **Overview**

With the Action Network <> Daisychain integration, when someone takes action on Action Network forms, petitions, events, and donations, that person can be added to Daisychain and their action will be viewable in that person's timeline in Daisychain:

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

In Daisychain, you can use these actions as triggers for [Automations](/help/organizing/automations.md).

### **Setup**

1. **Get your Action Network API Key.** In your Action Network account, navigate to the "Details" menu, then select "API & Sync." Then, hit the "Generate API Key" button, and copy the resulting key to your clipboard -- it should be a long string of letters and numbers.\
   ​
2. **Add your Action Network API key to Daisychain.** In your Daisychain account, navigate to Settings > Integrations > Action Network (Add). Paste the API key you copied into the box, and hit "Save."\
   ​
3. **Copy the Web Hook URL.** After you hit save, you'll have access to a Web Hook URL. Copy that URL to your clipboard. You can always find this Web Hook URL at Settings > Integrations > Action Network (Manage).​\
   ​
4. **Add your Web Hook to Action Network.** Head back to the "API & Sync" page in your Action Network account. From there, scroll down to the "Webhooks" section, and hit the "+ New Webhook" button. Paste in the webhook from your clipboard. Then, you'll want to select the "trigger" that imports people from Action Network into Daisychain:\
   ​

   <figure><img src="/files/e0ZpyxAYqrvS3k71oSFt" alt="" width="375"><figcaption></figcaption></figure>

   You can [read more about these options in the Action Network documentation.](https://actionnetwork.org/docs/webhooks)[​](https://actionnetwork.org/docs/webhooks)
5. **Turn on the Webhook you just set up.** After this step, your Action Network integration will be live!

<figure><img src="/files/R6c3BlYo9EZj3RoFQSBT" alt="" width="375"><figcaption></figcaption></figure>

After your initial setup, people and data will be ingested from the Action Network to Daisychain based on the trigger you selected it. You can also [setup automations](/help/organizing/automations.md) in Daisychain that are triggered when people sign up, donate, or RSVP in Action Network.

{% hint style="success" %}
If you unsubscribe someone from receiving SMS messages in a Daisychain account that has an active Action Network integration, that status should be updated on the person's profile in Action Network as well.
{% endhint %}


---

# 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/action-network.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.
