API to add lead to multiple lists | Community
Skip to main content
October 30, 2014
Question

API to add lead to multiple lists

  • October 30, 2014
  • 1 reply
  • 812 views
In the REST api documentation on the Marketo  site,currently there is no service which given a lead id, will add the lead to multiple lists. Is there an API available for this requirement that can be exposed?
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

October 30, 2014
Hey Rahul,
Adding a lead to multiple lists at once is not possible at this time via the API. There are a couple options as a workaround:
1. Use the Add Leads to List call multiple times (http://developers.marketo.com/documentation/rest/add-leads-to-list/)
2. Set up a campaign in Marketo that adds a lead to all the lists you want and request this campaign via the API (http://developers.marketo.com/documentation/rest/request-campaign/)

Best,
Will