|
| 1 | +--- |
| 2 | +title: SMARTe |
| 3 | +description: Enrich people and companies with contact, funding, and technology data |
| 4 | +--- |
| 5 | + |
| 6 | +import { BlockInfoCard } from "@/components/ui/block-info-card" |
| 7 | + |
| 8 | +<BlockInfoCard |
| 9 | + type="smarte" |
| 10 | + color="#4622FF" |
| 11 | +/> |
| 12 | + |
| 13 | +## Usage Instructions |
| 14 | + |
| 15 | +Use SMARTe to enrich person and company profiles, retrieve work emails and mobile numbers, research company funding, and identify technologies used by a company. |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | +## Actions |
| 20 | + |
| 21 | +### SMARTe Enrich Company |
| 22 | + |
| 23 | +Enrich a company with firmographic, financial, corporate hierarchy, and geographic attributes. |
| 24 | + |
| 25 | +#### Input |
| 26 | + |
| 27 | +| Parameter | Type | Required | Description | |
| 28 | +| --------- | ---- | -------- | ----------- | |
| 29 | +| `apiKey` | string | Yes | SMARTe API key | |
| 30 | +| `recordId` | string | No | Client-side reference identifier | |
| 31 | +| `companyId` | string | Yes | SMARTe company identifier | |
| 32 | +| `companyName` | string | Yes | Company name | |
| 33 | +| `companyWebsite` | string | Yes | Company website | |
| 34 | +| `companyLinkedinUrl` | string | Yes | Company LinkedIn profile URL | |
| 35 | + |
| 36 | +#### Output |
| 37 | + |
| 38 | +| Parameter | Type | Description | |
| 39 | +| --------- | ---- | ----------- | |
| 40 | +| `records` | array | Enriched records using the selected operation documented response schema | |
| 41 | +| `creditsDeducted` | number | Credits charged by SMARTe for the request | |
| 42 | + |
| 43 | +### SMARTe Enrich Email |
| 44 | + |
| 45 | +Retrieve enriched work email data without returning a full person profile. |
| 46 | + |
| 47 | +#### Input |
| 48 | + |
| 49 | +| Parameter | Type | Required | Description | |
| 50 | +| --------- | ---- | -------- | ----------- | |
| 51 | +| `apiKey` | string | Yes | SMARTe API key | |
| 52 | +| `recordId` | string | No | Client-side reference identifier | |
| 53 | +| `experienceId` | string | No | SMARTe person experience identifier | |
| 54 | +| `firstName` | string | No | First name of the person | |
| 55 | +| `lastName` | string | No | Last name of the person | |
| 56 | +| `fullName` | string | No | Full name of the person | |
| 57 | +| `email` | string | No | Known work email address | |
| 58 | +| `jobTitle` | string | No | Current job title | |
| 59 | +| `linkedinUrl` | string | No | LinkedIn profile URL | |
| 60 | +| `companyId` | string | No | SMARTe company identifier | |
| 61 | +| `companyName` | string | No | Company name | |
| 62 | +| `companyWebsite` | string | No | Company website | |
| 63 | +| `companyLinkedinUrl` | string | No | Company LinkedIn profile URL | |
| 64 | + |
| 65 | +#### Output |
| 66 | + |
| 67 | +| Parameter | Type | Description | |
| 68 | +| --------- | ---- | ----------- | |
| 69 | +| `records` | array | Enriched records using the selected operation documented response schema | |
| 70 | +| `creditsDeducted` | number | Credits charged by SMARTe for the request | |
| 71 | + |
| 72 | +### SMARTe Enrich Funding |
| 73 | + |
| 74 | +Retrieve funding and investment data for a company. |
| 75 | + |
| 76 | +#### Input |
| 77 | + |
| 78 | +| Parameter | Type | Required | Description | |
| 79 | +| --------- | ---- | -------- | ----------- | |
| 80 | +| `apiKey` | string | Yes | SMARTe API key | |
| 81 | +| `companyId` | string | No | SMARTe company identifier | |
| 82 | +| `companyName` | string | No | Company name | |
| 83 | +| `companyWebsite` | string | No | Company website | |
| 84 | +| `companyLinkedinUrl` | string | No | Company LinkedIn profile URL | |
| 85 | + |
| 86 | +#### Output |
| 87 | + |
| 88 | +| Parameter | Type | Description | |
| 89 | +| --------- | ---- | ----------- | |
| 90 | +| `records` | array | Enriched records using the selected operation documented response schema | |
| 91 | +| `creditsDeducted` | number | Credits charged by SMARTe for the request | |
| 92 | + |
| 93 | +### SMARTe Enrich Mobile |
| 94 | + |
| 95 | +Retrieve direct dial and mobile phone fields without returning a full person profile. |
| 96 | + |
| 97 | +#### Input |
| 98 | + |
| 99 | +| Parameter | Type | Required | Description | |
| 100 | +| --------- | ---- | -------- | ----------- | |
| 101 | +| `apiKey` | string | Yes | SMARTe API key | |
| 102 | +| `recordId` | string | No | Client-side reference identifier | |
| 103 | +| `experienceId` | string | No | SMARTe person experience identifier | |
| 104 | +| `firstName` | string | No | First name of the person | |
| 105 | +| `lastName` | string | No | Last name of the person | |
| 106 | +| `fullName` | string | No | Full name of the person | |
| 107 | +| `email` | string | No | Work email address | |
| 108 | +| `jobTitle` | string | No | Current job title | |
| 109 | +| `linkedinUrl` | string | No | LinkedIn profile URL | |
| 110 | +| `companyId` | string | No | SMARTe company identifier | |
| 111 | +| `companyName` | string | No | Company name | |
| 112 | +| `companyWebsite` | string | No | Company website | |
| 113 | +| `companyLinkedinUrl` | string | No | Company LinkedIn profile URL | |
| 114 | + |
| 115 | +#### Output |
| 116 | + |
| 117 | +| Parameter | Type | Description | |
| 118 | +| --------- | ---- | ----------- | |
| 119 | +| `records` | array | Enriched records using the selected operation documented response schema | |
| 120 | +| `creditsDeducted` | number | Credits charged by SMARTe for the request | |
| 121 | + |
| 122 | +### SMARTe Enrich Person |
| 123 | + |
| 124 | +Enrich a person with professional details, current and past experience, and associated company context. |
| 125 | + |
| 126 | +#### Input |
| 127 | + |
| 128 | +| Parameter | Type | Required | Description | |
| 129 | +| --------- | ---- | -------- | ----------- | |
| 130 | +| `apiKey` | string | Yes | SMARTe API key | |
| 131 | +| `recordId` | string | No | Client-side reference identifier | |
| 132 | +| `experienceId` | string | No | Identifier for a specific experience | |
| 133 | +| `firstName` | string | Yes | First name of the person | |
| 134 | +| `lastName` | string | Yes | Last name of the person | |
| 135 | +| `fullName` | string | Yes | Full name of the person | |
| 136 | +| `email` | string | Yes | Business email address | |
| 137 | +| `jobTitle` | string | Yes | Current job title | |
| 138 | +| `linkedinUrl` | string | Yes | LinkedIn profile URL | |
| 139 | +| `companyId` | string | No | SMARTe company identifier | |
| 140 | +| `companyName` | string | No | Company name | |
| 141 | +| `companyWebsite` | string | No | Company website | |
| 142 | +| `companyLinkedinUrl` | string | No | Company LinkedIn profile URL | |
| 143 | + |
| 144 | +#### Output |
| 145 | + |
| 146 | +| Parameter | Type | Description | |
| 147 | +| --------- | ---- | ----------- | |
| 148 | +| `records` | array | Enriched records using the selected operation documented response schema | |
| 149 | +| `creditsDeducted` | number | Credits charged by SMARTe for the request | |
| 150 | + |
| 151 | +### SMARTe Enrich Technographics |
| 152 | + |
| 153 | +Retrieve company technology stack data for segmentation and targeting. |
| 154 | + |
| 155 | +#### Input |
| 156 | + |
| 157 | +| Parameter | Type | Required | Description | |
| 158 | +| --------- | ---- | -------- | ----------- | |
| 159 | +| `apiKey` | string | Yes | SMARTe API key | |
| 160 | +| `companyId` | string | No | SMARTe company identifier | |
| 161 | +| `companyName` | string | No | Company name | |
| 162 | +| `companyWebsite` | string | No | Company website | |
| 163 | +| `companyLinkedinUrl` | string | No | Company LinkedIn profile URL | |
| 164 | +| `product` | string | No | Technology product name filter | |
| 165 | +| `vendor` | string | No | Technology vendor name filter | |
| 166 | +| `category` | string | No | Technology product category filter | |
| 167 | + |
| 168 | +#### Output |
| 169 | + |
| 170 | +| Parameter | Type | Description | |
| 171 | +| --------- | ---- | ----------- | |
| 172 | +| `records` | array | Enriched records using the selected operation documented response schema | |
| 173 | +| `creditsDeducted` | number | Credits charged by SMARTe for the request | |
| 174 | + |
| 175 | + |
0 commit comments