Skip to main content
September 26, 2013
Question

Add new lead in marketo using SOAP API

  • September 26, 2013
  • 2 replies
  • 770 views
Hello there,
                  Please tell me how can i add new lead to marketo using SOAP API ? As i am updating my own record(Lead) that inserted directly from marketo using SOAP API but can not Add New Lead.
                  i am implementing my code using : http://ahmeddirie.com/technology/web-development/marketos-updated-soap-php-client-and-the-new-way-to-submit-leads/. i can update my lead using Email address that stored already but if i am passing new Email address OR leadid= 0 it will not stores new lead in to marketo.
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

September 26, 2013
There is no lead ID 0. It will be at least 1.

The brand new "Deevlopers" portal documents syncLead or syncMultipleLeads in details

http://developers.marketo.com/documentation/soap/synclead/

http://developers.marketo.com/documentation/soap/syncmultipleleads/
September 27, 2013
Hello bgomes,
           Thanks you very much.
            I am very happy with your response. Good job. Keep it up..