Marketo is a marketing automation tool for managing leads and campaigns. With this integration, you can create, update, and lookup Marketo objects directly from Clay.
Enriching data with Marketo
- While in a Clay table, click
Add enrichmentand search forMarketo. - Under
Integrations, select one of the Marketo options. - In the modal, you'll be asked to
Select Marketo account.- If you haven't already connected your Marketo account, click
+ Add accountand go through authentication.
- If you haven't already connected your Marketo account, click
Action Create object
Use this action to create an object in Marketo.
Inputs
- Object type
Action Lookup object
Use this action to lookup an object in Marketo.
Inputs
- Object type
- Remove blank values from results
Action Update object
Use this action to update an object in Marketo.
Inputs
- Object type
- Marketo object ID
- Ignore blank values
Run settings
- Auto-update
- Only run if: The enrichment will only run if conditions are met. (Learn more about conditional formulas here!)
Connecting Marketo via webhook
Use webhooks to send data from Marketo to Clay for real-time lead enrichment. This is ideal for enriching inbound leads as they come in—such as form fills, demo requests, or other lead capture events.
After enrichment, you can use the Marketo enrichment actions above to write the enriched data back to Marketo.
- In a new or existing Clay table, locate the
Webhook URLoption and copy the webhook URL. - Go to the
Adminarea in Marketo. - Click
Webhooksin the left hand menu. - Click
New webhookto create a new webhook. Name and configure your webhook with the details below: - Click
Create webhook.
Configure your webhook with these details:
- URL: Paste the webhook URL you copied from Clay
- Payload template: Copy and paste the JSON structure below. Include the opening and closing braces and use colons (not equals signs):
{
"id": "{{lead.Id}}",
"first_name": "{{lead.FirstName}}",
"last_name": "{{lead.LastName}}",
"email": "{{lead.EmailAddress}}",
"title": "{{lead.JobTitle}}",
"company": "{{lead.CompanyName}}",
"industry": "{{lead.Industry}}",
"country_code": "{{lead.Country}}"
}- Request token encoding: None
- Request type: POST
- Response format: JSON
Explore other docs
Other popular resources
Join a cohort, learn Clay fast!
The faster way to master Clay. Sign in if you're enrolled in a cohort (current or past) or apply to an upcoming one!

