Marketo 6.x

Executing the Job to add a lead record to a Marketo list – Docs for ESB 6.x

Executing the Job to add a lead record to a Marketo list Press Ctrl + S to save the Job. Press F6 or click Run on the Run tab to run the Job. As shown above, the result of the operation is displayed on the Run console. Double-check the result in Marketo. The lead with…

Retrieving lead records from Marketo using REST API – Docs for ESB 6.x

Retrieving lead records from Marketo using REST API Double-click the second tFixedFlowInput component to open its Basic settings view. 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…

Adding a lead record to a Marketo list using SOAP API – Docs for ESB 6.x

Adding a lead record to a Marketo list using SOAP API The following scenario describes a three-component Job that adds a lead record into a specified list in Marketo using SOAP API. Document get from Talend https://help.talend.com Thank you for watching.

Setting up the Job for adding a lead record to a Marketo list – Docs for ESB 6.x

Setting up the Job for adding a lead record to a Marketo list Create a new Job and add a tFixedFlowInput component, a tMarketoListOperation component, and a tLogRow component by typing their names in the design workspace or dropping them from Palette. Double-click the tMarketoListOperation component and on the Component tab click Advanced settings to…

Executing the Job to transmit data with Marketo using REST API – Docs for ESB 6.x

Executing the Job to transmit data with Marketo using REST API Press Ctrl + S to save the Job. Press F6 to execute the Job. As shown above, the inserted lead records in Marketo are retrieved and displayed on the console. Document get from Talend https://help.talend.com Thank you for watching.