Retrieving lead records from Marketo using REST API - 7.3

Marketo

Version
7.3
Language
English
Product
Talend Big Data
Talend Big Data Platform
Talend Data Fabric
Talend Data Integration
Talend Data Management Platform
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Real-Time Big Data Platform
Module
Talend Studio
Content
Data Governance > Third-party systems > Business applications > Marketo components
Data Quality and Preparation > Third-party systems > Business applications > Marketo components
Design and Development > Third-party systems > Business applications > Marketo components
Last publication date
2024-02-21

Procedure

  1. Double-click the second tFixedFlowInput component to open its Basic settings view.
  2. Click the button next to Edit schema and in the schema dialog box displayed, define the schema by adding one column mail of String type. Then click OK to save the changes and close the schema dialog box.
  3. In the Mode area, select Use Inline Table. Then click the button twice below the table displayed to add two rows and fill each row with respective values. In this example, two email values dev@talend.com and doc@talend.com are added so that the lead records identified by these email values can be retrieved.
  4. Double-click the tMarketoInput component to open its Basic settings view.
  5. From the Connection Component drop-down list, select the component whose connection details will be used to set up the connection to Marketo, tMarketoConnection_1 in this example.
  6. Select getMultipleLeads from the Operation drop-down list to retrieve a batch of lead records.
  7. Select LeadKeySelector from the Lead selector drop-down list, and select email from the Lead key type list and email from the Lead key values list to retrieve the leads identified by the email values passed from the second tFixedFlowInput component.
  8. Double-click the tLogRow component to open its Basic settings view.
  9. In the Mode area, select Table (print values in cells of a table) for better readability of the result.