Skip to main content
Version: 6.1.0

SalesforceLead

This page supports schema for Salesforce Datatype SalesforceLead.

{
"properties": {
"CleanStatus": {
"enum": [
"Matched",
"Different",
"Acknowledged",
"NotFound",
"Inactive",
"Pending",
"SelectMatch",
"Skipped"
],
"type": "string",
"x-label": {
"ko": "정리 상태"
}
},
"ConvertedAccountId": {
"x-dataType": "SalesforceAccount",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "ConvertedAccountId",
"ko": "변환된 계정 ID"
}
},
"ConvertedContactId": {
"x-dataType": "SalesforceContact",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "ConvertedContactId",
"ko": "변환된 연락처 ID"
}
},
"ConvertedOpportunityId": {
"x-dataType": "SalesforceOpportunity",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "ConvertedOpportunityId",
"ko": "변환된 기회 id"
}
},
"CreatedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "CreatedById",
"ko": "작성자 ID"
}
},
"GeocodeAccuracy": {
"enum": [
"Address",
"NearAddress",
"Block",
"Street",
"ExtendedZip",
"Zip",
"Neighborhood",
"City",
"County",
"State",
"Unknown"
],
"type": "string",
"x-label": {
"ko": "지역 코드 정확도"
}
},
"Industry": {
"enum": [
"Agriculture",
"Apparel",
"Banking",
"Biotechnology",
"Chemicals",
"Communications",
"Construction",
"Consulting",
"Education",
"Electronics",
"Energy",
"Engineering",
"Entertainment",
"Environmental",
"Finance",
"Food & Beverage",
"Government",
"Healthcare",
"Hospitality",
"Insurance",
"Machinery",
"Manufacturing",
"Media",
"Not For Profit",
"Recreation",
"Retail",
"Shipping",
"Technology",
"Telecommunications",
"Transportation",
"Utilities",
"Other"
],
"type": "string",
"x-label": {
"ko": "업종"
}
},
"LastModifiedById": {
"x-dataType": "SalesforceUser",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "LastModifiedById",
"ko": "최종 수정자 ID"
}
},
"LeadSource": {
"enum": [
"Web",
"Phone Inquiry",
"Partner Referral",
"Purchased List",
"Other"
],
"type": "string",
"x-label": {
"ko": "리드 소스"
}
},
"MasterRecordId": {
"x-dataType": "SalesforceLead",
"x-dataTypeVersion": "1.0.0",
"x-label": {
"en": "MasterRecordId",
"ko": "마스터 레코드 ID"
}
},
"Primary__c": {
"enum": [
"No",
"Yes"
],
"type": "string",
"x-label": {
"ko": "Primary"
}
},
"ProductInterest__c": {
"enum": [
"GC1000 series",
"GC5000 series",
"GC3000 series"
],
"type": "string",
"x-label": {
"ko": "Product Interest"
}
},
"Rating": {
"enum": [
"Hot",
"Warm",
"Cold"
],
"type": "string",
"x-label": {
"ko": "등급"
}
},
"Salutation": {
"enum": [
"Mr.",
"Ms.",
"Mrs.",
"Dr.",
"Prof.",
"Mx."
],
"type": "string",
"x-label": {
"ko": "호칭"
}
},
"Status": {
"enum": [
"Open - Not Contacted",
"Working - Contacted",
"Closed - Converted",
"Closed - Not Converted"
],
"type": "string",
"x-label": {
"ko": "상태"
}
}
},
"type": "object"
}

Input Schema

{
"properties": {
"title": "SalesforceCase",
"x-dataType": "SalesforceCase",
"x-dataTypeVersion": "1.0.0"
},
"type": "object"
}