Marketo (Preview)

Marketo is a marketing automation platform that enables marketers to manage personalized multi-channel programs and campaigns to prospects and customers.

This connector is available in the following products and regions:

Service Class Regions
Logic Apps Standard All Logic Apps regions except the following:
     -   Azure Government regions
     -   Azure China regions
     -   US Department of Defense (DoD)
Power Automate Premium All Power Automate regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Power Apps Premium All Power Apps regions except the following:
     -   US Government (GCC)
     -   US Government (GCC High)
     -   China Cloud operated by 21Vianet
     -   US Department of Defense (DoD)
Contact
Name Microsoft
URL Microsoft LogicApps Support
Microsoft Power Automate Support
Microsoft Power Apps Support
Connector Metadata
Publisher Microsoft
Website https://www.marketo.com/
Privacy policy https://documents.marketo.com/legal/privacy/

Creating a connection

The connector supports the following authentication types:

Default Parameters for creating connection. All regions Shareable

Default

Applicable: All regions

Parameters for creating connection.

This is shareable connection. If the power app is shared with another user, connection is shared as well. For more information, please see the Connectors overview for canvas apps - Power Apps | Microsoft Docs

Name Type Description Required
REST API Endpoint string REST API Endpoint (Eg. https://123abc.mktorest.com/rest) True
Client ID securestring Client ID True
Client Secret securestring Client Secret True

Throttling Limits

Name Calls Renewal Period
API calls per connection 300 60 seconds

Actions

Get row

Retrieves a single row from the selected table

Get rows

Retrieves rows from the selected table

Get tables list

Retrieves the list of tables

Get row

Retrieves a single row from the selected table

Parameters

Name Key Required Type Description
Table name
table True string

item type

Item key
id True string

Unique identifier of the item to retrieve

Returns

The outputs of this operation are dynamic.

Get rows

Retrieves rows from the selected table

Parameters

Name Key Required Type Description
Table name
table True string

item type

Filter Query
$filter string

An ODATA filter query to restrict the entries returned (e.g. stringColumn eq 'string' OR numberColumn lt 123).

Order By
$orderby string

An ODATA orderBy query for specifying the order of entries

Top Count
$top integer

Total number of entries to retrieve (default = all)

Skip Count
$skip integer

Number of entries to skip (default = 0)

Returns

The outputs of this operation are dynamic.

Get tables list

Retrieves the list of tables

Returns

Body
TablesList

Definitions

Table

Name Path Type Description
Name
Name string
DisplayName
DisplayName string

TablesList

Name Path Type Description
value
value array of Table