Marketo triggers

Get new activities polling

Trigger to get all new and updated activities since the last polling.

Get New Activities Polling

Trigger uses {endpointUrl}/v1/activities.json url

List of expected config fields

Emit behaviour

Options are:

Emit Individually

Default. Emits each object in a separate message.

Fetch All

Emits all objects in one message

Activity types

Menu with activities types from which to choose (from 1 to 10).

Start time

Start datetime of polling. Default minimum date: 1970-01-01T00:00:00.000Z.

End time

End datetime of polling. Default maximum date: +275760-09-13T00:00:00.000.

Get new leads polling

Trigger to get all leads updates. Only updated leads fields would be retrieved.

Get New Leads Polling

List of expected config fields

Events type

Leads events to type on Marketo. For lead changes, select Changes. To get deleted leads, select Deleted.

Emit behaviour

Options are: default is Emit Individually emits each object in a separate message, Fetch All emits all objects in one message

Start time

Start datetime of polling. Default minimum date: 1970-01-01T00:00:00.000Z.

End time

End datetime of polling. Default maximum date: +275760-09-13T00:00:00.000.

Poll bulk extract results

Marketo provides interfaces for retrieving large sets of person and person-related data, called Bulk extract. Bulk extract is performed by:

  1. Creating a job

  2. Defining the set of data to retrieve

  3. Enqueuing the job

  4. Waiting for the job to complete

  5. Writing a file

  6. Retrieving that file over HTTP.

These jobs are executed asynchronously, and can be polled to retrieve the export status. The [bulk-extract] action creates a job with a defined set of data to retrieve. This trigger Poll Bulk extract Results is used for polling status of the export and retrieving file. The Bulk extract job result file is placed in the attachment and processed in the following flow step.

Poll Bulk extract Results
The Bulk extract action and the Poll bulk extract results trigger should not be used in the same flow, however flows containing both can be created in the same workspace.

List of expected config fields

Flow name

Menu with all available flow in the current workspace. It is necessary to choose a flow with the Bulk extract action that should be polled.

Example of usage