Skip to content

Latest commit

 

History

History
37 lines (34 loc) · 24.1 KB

File metadata and controls

37 lines (34 loc) · 24.1 KB

Lead

Fields

Field Type Required Description Example
Id string Unique identifier for the contact. 12345
Name string ✔️ Full name of the lead. Elon Musk
CompanyName string The name of the company the lead is associated with. Spacex
OwnerId string The owner of the lead. 54321
OwnerName string The name of the owner of the lead. John Doe
CompanyId string The company the lead is associated with. 2
ContactId string The contact the lead is associated with. 3
LeadId string The identifier of the lead. 2
LeadSource string The source of the lead. Cold Call
FirstName string The first name of the lead. Elon
LastName string The last name of the lead. Musk
Description string The description of the lead. A thinker
Prefix string The prefix of the lead. Sir
Title string The job title of the lead. CEO
Language string language code according to ISO 639-1. For the United States - EN EN
Status string N/A New
MonetaryAmount double The monetary amount of the lead. 75000
Currency Currency Indicates the associated currency for an amount of money. Values correspond to ISO 4217. USD
Fax string The fax number of the lead. +12129876543
Websites List<Website> N/A
Addresses List<Address> N/A
SocialLinks List<SocialLink> N/A
PhoneNumbers List<PhoneNumber> N/A
Emails List<Email> N/A
CustomFields List<CustomField> N/A
Tags List<string> N/A [
"New"
]
CustomMappings Dictionary<String, object> When custom mappings are configured on the resource, the result is included here.
UpdatedAt string Date updated in ISO 8601 format 2020-09-30T07:43:32.000Z
CreatedAt string Date created in ISO 8601 format 2020-09-30T07:43:32.000Z
PassThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.