# Marketo

Zigpoll integrates with Adobe Marketo Engage to automatically create or update leads and add them to static lists based on survey responses.

## Setup

1. Navigate to **Integrations** in your Zigpoll dashboard
2. Find **Marketo** and toggle it on
3. Enter your Marketo credentials:
   * **REST API Endpoint** — Your Marketo REST API URL (e.g., `https://xxx-xxx-xxx.mktorest.com`). Find this in **Admin > Web Services > REST API**.
   * **Client ID** — Create a custom service in **Admin > LaunchPoint** and copy the Client ID.
   * **Client Secret** — The Client Secret from the same LaunchPoint custom service.
4. Click **Save** to store your credentials

## Using Marketo in Action Logic

Once connected, Marketo actions appear in both the **Behavior tab** (survey-level) and **Slide Logic** (slide-level) action dropdowns.

### Add to Marketo List

Select **add to marketo list** from the action dropdown and choose a static list from the selector. When the action conditions are met:

1. A lead is created or updated in Marketo using the respondent's email address
2. Survey response data is stored as custom fields on the lead
3. The lead is added to the selected static list

{% hint style="info" %}
This action requires the respondent to provide an email address. If no email is available, the action will be skipped.
{% endhint %}

## Requirements

* A Marketo Engage subscription with REST API access
* An API-only user role with a LaunchPoint custom service configured
* The custom service must have permissions to manage leads and lists


---

# 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/marketo.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.
