Marketo
Related pages:
Marketo Technical Notes
Marketo actions
Marketo triggers
Description
Marketo is a marketing automation platform focused on account-based marketing, including email, mobile, social, digital ads, web management and analytics.
Authentication
Marketo provides instructions to grant API access under the section Getting Started
. The following permissions are required for the role:
Access API
.Read-Only Activity
-> For all polling tasks and for verifying credentialsAccess API
.Read-Only Lead
-> ForGetLeadsPolling
Environment variables
Name | Mandatory | Description | Values |
---|---|---|---|
SWAGGER_URL |
false | Define url to Marketo swagger document for generation correct metadata | https://developers.marketo.com/swagger/swagger-mapi.json |
BULK_IMPORT_POLLING_TIMEOUT |
false | Timeout for polling bulk import job status in ms | 60000 |
Please Note: From the platform version 20.51 we deprecated the component
LOG_LEVEL
environment variable. Now you can control logging level per each step of the flow.
Credentials
-
Client Id
-
Client Secret
-
Endpoint URL Url of your endpoint. For example
https://example.com/rest
-
Identity URL Url of your identity. For example
https://example.com/identity
First two items you can find here:
Other two here:
Once these values have been collected, they can be entered in the account information elastic.io.
Technical Notes
The technical notes page gives some technical details about Marketo component like changelog and completeness matrix.
Triggers
-
Get New Activities Polling Trigger to get all new and updated activities since last polling.
-
Get New Leads Polling Trigger to get all leads updates. Only updated leads fields wold be retrieved.
-
Poll Bulk Extract Results Poll Bulk Extract Results and download file with extracted data to attachments.
Actions
-
Describe Object Get describe Object metadata.
-
List Custom Objects Action will return a list of custom objects available in the destination instance, along with additional metadata about the objects.
-
Lookup Objects Lookup objects by criteria.
-
Lookup Activities Lookup Activities by criteria.
-
Bulk Import Action for insertion of large sets of person and person related data.
-
Upsert Objects Action upsert objects by unique criteria.
-
Bulk Extract Extract file with Requested data to attachments.
-
Delete Object by Unique Criteria Delete Object By Unique Criteria.
-
Lookup Object (at most 1) Lookup Object By Unique Criteria.
Known limitations
- See REST API limitations
- We recommend to set flow to realtime if total execution time is greater than 60 seconds.
- The attachments mechanism does not work with Local Agent Installation.