Power Query
published
Search
K
Comment on page

Marketo.Leads

Marketo.Leads

Returns a table with lead details.
function (url as text, leadIds as list, optional options as nullable any) as table

Description

Makes a call to the Marketo REST API endpoint at url/rest/v1/leads.json. All leads in list leadIds are returned.

Category

Accessing data

Examples

Pulls the details for three leads
Marketo.Leads("https://100-AAA-999.mktorest.com/rest", {50, 2343, 88498})
A table with details for the supplied leads