how to connect with marketo connector

13
HOW TO CONNECT WITH MARKETO CONNECTOR ZAHEER AHMAD

Upload: zaheer-ahmad

Post on 12-Jan-2017

28 views

Category:

Software


0 download

TRANSCRIPT

Page 1: How to connect with Marketo connector

HOW TO CONNECT WITH MARKETO CONNECTOR

ZAHEER AHMAD

Page 2: How to connect with Marketo connector

INTRODUCTION

• The Anypoint Connector for Marketo is a closed-source connector which provides a connection between Mule and Marketo SOAP API. Marketo connector is a wrapper connector developed with MuleSoft’s Anypoint Connector DevKit version 3.8.2.

Page 3: How to connect with Marketo connector

PREREQUISITES

• To use this connector you need a:• * Set of valid credentials, including the required Marketo

endpoints, pointing to your instance.• * MuleSoft Enterprise License

Page 4: How to connect with Marketo connector

NAMESPACE AND SCHEMA

• When designing your application in Studio, the act of dragging the connector from the palette onto the Anypoint Studio canvas should automatically populate the XML code with the connector namespace and schema location.• Namespace• xmlns:marketo="http://www.mulesoft.org/schema/mule/marketo"• Schema Location• xsi:schemaLocation="http://www.mulesoft.org/schema/mule/marketo/current/

mule-marketo.xsd• ..."

Page 5: How to connect with Marketo connector

INSTALLING

• To install the Marketo connector:• 1. Open Anypoint Studio and got to Help > Install New Software• 2. Select Anypoint Connectors Update Site -

http://repository.mulesoft.org/connectors/releases/3.5.0• 3. Locate the Marketo connector.• 4. Click Next and accept the license agreement.• 5. Restart Studio when prompted.

Page 6: How to connect with Marketo connector

INSTALLING

Page 7: How to connect with Marketo connector

USING THE CONNECTOR

• To set up the Global Configuration:• Go to the Global Element tab and click the Create button• Inside the filter textbox enter "Marketo", and select Marketo:

Configuration, from the Connector Configuration directory.

Page 8: How to connect with Marketo connector

USING THE CONNECTOR

Page 9: How to connect with Marketo connector

USING THE CONNECTOR

• When you select the global element of your choice, you are presented with the global element properties to enter.• The Cliend Id field refers to your launch point id.• The Client Secret field should contain the corresponding secret of

your Launch Point.• The  Endpoint Url field should contain the url to WebService.

Page 10: How to connect with Marketo connector

USING THE CONNECTOR

Page 11: How to connect with Marketo connector

Click “Test Connection” button,

Page 12: How to connect with Marketo connector

SELECT AN OPERATION

• In order to invoke a simple operation (such as the GET Multiple Leads operation), you can follow these steps:• Give config Reference Connector Configuration you

created in the previous section and choosing the operation to invoke “Get Multiple Leads” and stream position.

Page 13: How to connect with Marketo connector

• After execution of mule Application marketo api return resopnse against corresponding lead