TDV Adapter for Marketo

Build 22.0.8462

RemoveLeadsFromList

Removes leads from a list in Marketo.

EXECUTE Example:

EXECUTE RemoveLeadsFromList ListId='1001', LeadId='10,13,20' 

Input

Name Type Required Description
ListId String True The Id of the list to remove leads from.
LeadId String True A comma-separated list of lead Ids to be removed from the list specified by ListId.

Result Set Columns

Name Type Description
LeadId String The LeadId that was attempted to be removed from the list.
Status String The status of the lead being removed from the list. Applicable values: removed and skipped.
ReasonCode String The reason code pertaining to why a lead was skipped (status will return skipped).
ReasonMessage String The reason message pertaining to why a lead was skipped (status will return skipped).

Copyright (c) 2023 CData Software, Inc. - All rights reserved.
Build 22.0.8462