Skip to content

Latest commit

 

History

History
33 lines (30 loc) · 21.1 KB

File metadata and controls

33 lines (30 loc) · 21.1 KB

LeadInput

Fields

Field Type Required Description Example
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"
]
PassThrough List<PassThroughBody> The pass_through property allows passing service-specific, custom data or structured modifications in request body when creating or updating resources.