Equinix wants to use rest API to send leads. Need some help related to the same. | Community
Skip to main content
October 27, 2015
Question

Equinix wants to use rest API to send leads. Need some help related to the same.

  • October 27, 2015
  • 2 replies
  • 2009 views

I went through their API documentation at developers.marketo.com/documentation. It would be helpful if Marketo team can help us to identify where to look what.

We need below information from Marketo technical team.

  1. Which REST API to call to insert Lead from Marketplace into Marketo. Today we call synchLead which is a SOAP API.
  2. What is the endpoint for REST API sandbox and REST API Production for Marketplace to Marketo Integration?
  3. I see the API Get Lead by Id developers.marketo.com/documentation/rest/get-lead-by-id/ only returns: email, updatedAt, createdAt, lastName, firstName, and id. I did not see any API that will return the below ones. Can we get information on this?
    1. First-name
    2. Last-name
    3. Company Name (as entered by user)
    4. Company, Preferred Name (as Equinix knows it)
    5. Job Title
    6. Country
    7. Email address
    8. Phone number
    9. SFDC Parent Account ID
    10. SFDC Child Account ID
    11. SFDC Account Type (Customer, Prospect, Alumni, etc.)
    12. SFDC Parent Account’s Account Manager Name
    13. SFDC Parent Account’s Account Manager Email
    14. SFDC Parent Account Region
  • SFDC Lead Status (Nurture/Recycle, Suspect, MQL, etc.)
  1. LEAD ID
  2. Lead Owner-ODT*
This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

2 replies

Kenny_Elkington
Adobe Employee
Adobe Employee
October 27, 2015

1.  To sync leads with the REST API, you need to use the Create/Update Leads call

2.  I don't understand your question here.

3.  As noted in the document, to retrieve additional fields, you need to add a parameter call "fields" containing a comma-separate list of field names which you want to retrieve.  The REST API names of each field can be retrieved with Describe Lead.

October 27, 2015

Thanks Kenny for quick answer.

For 3 - When I looked into Describe Lead API, the example only shows the below in response: How do I get the entire list? Also do you have data dictionary for all the fields names that you send as part of response.

        "rest":{ 

  •             "name":"company",
  •             "readOnly":false
  •         },

For 2 - How can I test the Rest API? Is there any sandbox url that I can use for Equinix account?

SanfordWhiteman
Level 10
October 27, 2015

Praseeda, the leads will change depending on your Marketo instance, naturally.  You can also export the whole list under Field Management.  That sounds like it might be easier for you.

To use a sandbox, you have to add one to your account (there's a cost involved).

October 27, 2015

Equinix already has an account with Marketo. May I know how to contact the Account Manager at Marketo for Equinix?

Also how do I get the whole list under Field management? If you have handy can you send me the list?