Connections > Marketo V3 connection properties > Connect to Marketo
  

Connect to Marketo

Let's configure the Marketo V3 connection properties to connect to Marketo.

Before you begin

Before you configure a connection, create an API user and associate it with an API role to grant access permissions for the Marketo REST APIs. You also need to get the client ID, client secret, and REST API URL from your Marketo account to authenticate the Marketo custom service.
For more information on how to create an API user and generate the client ID and client secret, see Custom Services in the Marketo documentation.
The following video shows you how to get the information you need:
Video to get information from Marketo account.https://infa.media/3wBd5Gi

Connection details

The following table describes the basic connection properties:
Property
Description
Connection Name
Name of the connection.
Each connection name must be unique within the organization. Connection names can contain alphanumeric characters, spaces, and the following special characters: _ . + -,
Maximum length is 255 characters.
Description
Description of the connection. Maximum length is 4000 characters.
Type
Marketo V3
Use Secret Vault
Stores sensitive credentials for this connection in the secrets manager that is configured for your organization.
This property appears only if secrets manager is set up for your organization.
This property is not supported by Mass Ingestion.
When you enable the secret vault in the connection, you can select which credentials that the Secure Agent retrieves from the secrets manager. If you don't enable this option, the credentials are stored in the repository or on a local Secure Agent, depending on how your organization is configured.
For information about how to configure and use a secrets manager, see Secrets manager configuration.
Runtime Environment
The name of the runtime environment where you want to run tasks.
Select a Secure agent, Hosted Agent, or serverless runtime environment.
Client ID
The client ID of the Marketo service.
You need the client ID to generate an access token to authenticate access to the Marketo service.
Client Secret
The client secret of the Marketo service.
REST API URL
The URL to connect to the Marketo REST APIs.
Enter the URL in the following format: https://<Host name of the Marketo Rest API Server>

Advanced settings

The following table describes the advanced connection properties:
Property
Description
grant_type
The access permissions for an administrator to invoke the Marketo REST APIs to read from and write to Marketo.
Enter client_credentials as the grant type. If you don't specify the grant type, an error occurs and the connection fails.
Bypass Proxy
Determines if the Secure Agent uses the proxy server settings defined in the proxy.ini file or the Secure Agent Manager to connect to Marketo.
When you select Bypass Proxy, you connect to Marketo using the Secure Agent Manager. If you don't select Bypass Proxy, you connect to Marketo using the proxy server.
Default is enabled.
Note: This property doesn't apply to connections configured for application ingestion tasks.

Related links