跳到主要内容

Marketo.Leads

返回包含潜在客户详细信息的表。

Syntax

Marketo.Leads(
url as text,
leadIds as list,
optional options as any
) as table

Remarks

url/rest/v1/leads.json 上调用 Marketo REST API 终结点。返回列表 leadIds 中的所有潜在客户。

Examples

Example #1

拉取三个潜在客户的详细信息

Marketo.Leads("https://100-AAA-999.mktorest.com/rest", {50, 2343, 88498})

Result:

包含提供的潜在客户详细信息的表