> ## Documentation Index
> Fetch the complete documentation index at: https://docs.withampersand.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Marketo

## What's supported

### Supported actions

This connector supports:

* [Read Actions](/read-actions), including full historic backfill and incremental read for `leads` and `activities` only.
* [Write Actions](/write-actions).
* [Proxy Actions](/proxy-actions), using the base URL `https://{{.workspace}}.mktorest.com`.

### Supported Objects

The Marketo connector supports reading from the following objects:

* [campaigns](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/assets/smart-campaigns#query)
* [companies](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/companies#query)
* [customobjects](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/custom-objects#list)
* [leads](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/leads#query)
* [lists](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/assets/static-lists#query)
* [salespersons](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/sales-persons#query)
* [activities](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/activities#query)

<Note>`activities` is supported in private preview only. Please reach out to `support@withampersand.com` for more information.</Note>

The Marketo connector supports writing to the following objects:

* [companies](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/companies#create-and-update)
* [leads](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/leads#create-and-update)
* [namedAccountLists](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/named-account-lists#create-and-update)
* [namedaccounts](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/named-accounts#create-and-update)
* [opportunities](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/opportunities#create-and-update)
* [salespersons](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/sales-persons#create-and-update)
* [custom activities](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/activities#create-type)
* [activity type](https://experienceleague.adobe.com/en/docs/marketo-developer/marketo/rest/lead-database/activities#custom-activity-type-attributes)

## Using the connector

This connector uses OAuth2 Client Credentials grant type, which means that you do not need to set up a Provider App before getting started. (Provider apps are only required for providers that use OAuth2 Authorization Code grant type.)

To start integrating with Marketo:

* Create a manifest file.
* Deploy it using the [amp CLI](/cli/overview).
* If you are using Read Actions, create a [destination](/destinations).
* Embed the [InstallIntegration](/embeddable-ui-components#install-integration) UI component.
* Start using the connector!
  * If your integration has [Read Actions](/read-actions), you'll start getting webhook messages.
  * If your integration has [Write Actions](/write-actions), you can start making API calls to our Write API.
  * If your integration has [Proxy Actions](/proxy-actions), you can start making Proxy API calls.
