# Drip

Connect your Drip account to Zigpoll and automatically add survey respondents as subscribers. When a respondent provides an email address, Zigpoll creates or updates their subscriber profile in Drip with survey responses as custom fields. You can optionally subscribe them to an email series campaign.

**Step #1: Get your Drip API Token and Account ID**

1. Log in to your Drip account.
2. Go to **Settings > User Settings** and copy your **API Token**.
3. Find your **Account ID** in your Drip URL or under **Settings > General Info**.

**Step #2: Connect Drip in Zigpoll**

1. In Zigpoll: Click Settings -> Manage Integrations -> Enable the Drip Integration.
2. Enter your **API Token**.
3. Enter your **Account ID**.
4. Click "Save Changes".

**Step #3: Configure Auto-Subscribe (Optional)**

If you want respondents to be automatically subscribed to a Drip email series campaign:

1. Toggle on **Auto Subscribe**.
2. **Select a Survey** — Choose which survey should trigger the subscription, or select "All Surveys".
3. **Select a Campaign** — Pick the Drip campaign to subscribe respondents to. Only active campaigns are shown.

You can add multiple configurations to route different surveys to different campaigns. Click "Click here to add another campaign subscription" to add additional entries.

**Step #4: Save Changes**

Click "Save Changes" to activate the integration.

**That's it.** Zigpoll will now create or update a subscriber in Drip each time a matching survey response includes an email address.

### Subscriber Details

Each subscriber created by Zigpoll includes:

* **Custom Fields** — All survey question-and-answer pairs are sent as custom fields on the subscriber profile.
* **Tags** — `zigpoll` and `survey-response` for easy segmentation in Drip.

### Multiple Campaign Subscriptions

You can add multiple configurations to route different surveys to different Drip campaigns. Each configuration has its own survey filter and campaign destination.


---

# 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.zigpoll.com/integrations/drip.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.
