For the complete documentation index, see llms.txt. This page is also available as Markdown.

Marketo

Discover more about the Marketo connector and how to use it on the Digibee Integration Platform.

The Marketo connector integrates with Marketo’s marketing automation platform, allowing you to manage leads, campaigns, and activity data in your pipelines. You can create or update leads, add them to campaigns or lists, and get activity records to support automated lead management, campaign execution, and reporting.

Parameters

Configure the connector using the parameters below. Fields that support Double Braces expressions are marked in the Supports DB column.

Parameter
Description
Type
Supports DB
Default

Alias

Name (alias) for this connector’s output, allowing you to reference it later in the flow using Double Braces expressions. Learn more.

String

marketo-1

Account

The account used by the connector. Supported type: OAuth Provider.

Account

N/A

Enhanced Marketo authentication retry

If enabled, the connector requests a new Access Token, triggering a retry for HTTP 401 responses and Marketo-specific errors 601 or 602 (including cases where an HTTP 200 is returned with success: false).

Boolean

False

Fail On Error

If enabled, interrupts the pipeline execution when an error occurs. If disabled, execution continues, but the "success" property will be set to false.

Boolean

False

Asset API management

The Marketo connector supports asset management by exposing Marketo Asset API services, specifically Folders and Programs. These features are essential for organizing, creating, and managing marketing structures directly through the platform.

Folders

Used to manage the directory structure within Marketo.

Operation type
Supported actions

Read (GET)

  • Get Folder by ID

  • Get Folder by Name

  • Get Folder Content

  • Browse Folders

Write (POST)

  • Create Folder

  • Update Folder

  • Delete Folder

Programs

Programs are specific marketing initiatives (like webinars or email campaigns).

Operation type
Supported actions

Read (GET)

  • Get Program by ID/Name

  • List by Tag

  • Get Smart List by Program ID

  • Browse Programs.

Write (POST)

  • Create

  • Update

  • Clone

  • Delete

  • Approve

  • Unapprove

Usage example

Filter lead

Use the connector to filter one or more leads that match a specific filter type, such as email.

  • Account: OAuth Provider account configured with Marketo credentials.

  • APIs: https://066-ACM-164.mktorest.com

  • Path: /rest/v1/leads.json

  • Method: GET

  • Query {filterType}: id

  • Query {filterValues}: 63538

Example response:

Last updated

Was this helpful?