how to connect with marketo connector

Post on 12-Jan-2017

29 Views

Category:

Software

0 Downloads

Preview:

Click to see full reader

TRANSCRIPT

HOW TO CONNECT WITH MARKETO CONNECTOR

ZAHEER AHMAD

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.

PREREQUISITES

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

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

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• ..."

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.

INSTALLING

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.

USING THE 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.

USING THE CONNECTOR

Click “Test Connection” button,

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.

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

top related