ListMembersOfList
Determines whether leads are contained within a list in Marketo.
EXECUTE Example:
EXECUTE ListMembersOfList ListId = '1001', LeadId = '10,13,20'
Input
Name | Type | Required | Description |
ListId | String | True | The Id of the list to check for leads. |
LeadId | String | True | A comma-separated list of lead Ids to be checked if they are in the list specified by ListId. |
Result Set Columns
Name | Type | Description |
LeadId | String | The LeadId that was checked if it is in the list. |
Status | String | The status of the lead and whether it is in the list. Applicable values: memberof, notmemberof, 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). |