Newer Version Available

This content describes an older version of this product. View Latest

Lead Input

Input representation for lead.
Root XML tag
<lead>
JSON example
1{
2  "lead": {
3    "firstName": "Rachel",
4    "lastName": "Adams",
5    "phone": "012-345-6789",
6    "email": "rachel.adams@jpmc.com",
7    "company": "Salesforce",
8    "extendedFields": []
9  }
10}
Properties
Name Type Description Required or Optional Available Version
company String Lead’s company. Optional 48.0
email String Lead’s email address. Optional 48.0
extendedFields Extended Fields Input[] Custom fields. Optional 48.0
firstName String Lead’s first name. Optional 48.0
lastName String Lead’s last name. Required 48.0
phone String Lead’s phone number. Optional 48.0