Trigger to get all new and updated activities since last polling.
Trigger uses {endpointUrl}/v1/activities.json url
Emit Individually
emits each object in separate message, Fetch All
emits all objects in one messageTrigger to get all leads updates. Only updated leads fields wold be retrieved.
Changes
, to get deleted leads - Deleted
, and New Leads and changes
to get all leads in the first execution and only lead changes after the first runEmit Individually
emits each object in separate message, Emit page
emits each page in separate message, Fetch All
emits all objects in one messageTotal activities found
/ Page Size
Depends on Return Leads
and Emit behavior
fields.
Emit behavior
field is equal to Emit page
- object with property results
that contains array of activities or leadsEmit behavior
field is equal to Emit individually
, activities or leads will fulfill whole messageEmit behavior
set to Fetch All
or Emit page
and data not found component will emit empty results
Events Type
- Deleted
Marketo provides interfaces for retrieval of large sets of person and person related data, called Bulk Extract.
Bulk extract is performed by creating a job, defining the set of data to retrieve, enqueuing the job,
waiting for the job to complete writing a file, and then retrieving the file over HTTP.
These jobs are executed asynchronously, and can be polled to retrieve the status of the export.
Action Bulk Extract 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 can be processed in the next flow step.
Please Note: action
Bulk Extract
and triggerPoll Bulk Extract Results
should be used in different flows, both flows: with actionBulk Extract
and with triggerPoll Bulk Extract Results
, should be created in the same workspace.
Drop-down list with all available flow in the current workspace.
It is necessary to choose flow with Bulk Extract
action that should be polled.
The same as Bulk Extract action