AddLeadsToList
Adds leads to a list in Marketo.
EXECUTE Example:
EXECUTE AddLeadsToList ListId = '1001', LeadId = '10,13,20'
Input
| Name | Type | Required | Description |
| ListId | String | True | The Id of the list to add leads to. |
| LeadId | String | True | A comma-separated list of lead Ids to be added to the list specified by ListId. |
Result Set Columns
| Name | Type | Description |
| LeadId | String | The LeadId that was attempted to be added to the list. |
| Status | String | The status of the lead being added to the list. Applicable values: added 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). |