# ActBlue Webhooks

{% hint style="info" %}
This feature requires the Finance Hub.
{% endhint %}

Hubble *strongly recommends* using ActBlue to accept online donations. Once ActBlue has approved your committee, you can follow their guide to [request a webhook integration](https://support.actblue.com/campaign_hub/the-dashboard/setting-up-a-webhook-integration/) between ActBlue and Hubble.

You’ll need a few things from your [Admin Hub](https://app.hubble.vote/admin) to complete the setup.

1. API Username
2. API Password
3. Endpoint URL for each webhook integration

<figure><img src="https://cdn.hubble.vote/images/screenshots/admin-hub-actblue.png" alt=""><figcaption></figcaption></figure>

Optionally, specify `hello@hubble.vote` as the technical contact to keep us in the loop on your webhook requests.

<table data-full-width="true"><thead><tr><th width="227.33333333333337">ActBlue Type</th><th width="224">Hubble Type/Endpoint</th><th>URL</th></tr></thead><tbody><tr><td>Default</td><td>Contributions</td><td><code>https://api.hubble.vote/actblue/contributions</code></td></tr><tr><td>Default Cancellations</td><td>Cancellations</td><td><code>https://api.hubble.vote/actblue/cancellations</code></td></tr><tr><td>Default Refunds</td><td>Refunds</td><td><code>https://api.hubble.vote/actblue/refunds</code></td></tr></tbody></table>

Contact [Hubble Support](mailto:help@hubble.vote) if you have any questions.


---

# 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.hubble.vote/product-guides/actblue-webhooks.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.
