/salesforce/contactOrLead

Get all information related to a Contact or Lead from an email address.

This endpoint can be used to find a Contact or Lead knowing only its email.

NameTypeDescription
accountObjectIf there is a Salesforce Account associated with this Contact, then this property will contain that account with all its fields. This is never set when the response contains a Lead.
closedTasksObjectInformation about this Contact or Leads activity history.
closedTasks.tasksObject[]An array of the 11 most recently closed tasks associated with this Contact or Lead.
closedTasks.hasMoreBooleanTrue if there are more closed Tasks associated with this Contact or Lead.
closedTasks.listLinkStringA link to this Contact or Lead's activity history in salesforce.
openTasks.tasksObject[]An array of the 11 most recently created open Tasks associated with this Contact or Lead.
openTasks.hasMoreBooleanTrue if there are more open Tasks associated with this Contact or Lead.
openTasks.listLinkStringA link to this Contact or Lead's open task list.
contactObjectIf the provided email is associated with an existing Contact, this object contains all of that Contact's fields.
leadObjectIf the provided email is associated with an existing Lead, this object contains all of that Lead's fields.
opportunitiesObject[]A list of opportunities associated with this Contact. This is never set when returning a Lead.
Language
Click Try It! to start a request and see the response here!