@@ -14,30 +14,24 @@ Once you've uploaded your CSV file, you'll see its import progress. The import w
14
14
15
15
## Additional columns
16
16
17
- <Info >
18
- Additional columns in CSV imports is currently in preview; please get in touch
19
- with us to enable this feature for your account.
20
- </Info >
21
-
22
17
You can optionally include several other columns in your CSV. You can leave any of these optional values empty, but not "Email":
23
18
24
- | Email | Lead Name | Lead Timezone |
25
- | ------------------ | --------- | ------------------- |
26
- | ` [email protected] ` | Jane Doe
| America/Los_Angeles
|
27
- | ` [email protected] ` | John Doe
|
19
+ | Email | Person Name | Person Time Zone |
20
+ | ------------------ | ----------- | ------------------- |
21
+ | ` [email protected] ` | Jane Doe
| America/Los_Angeles
|
22
+ | ` [email protected] ` | John Doe
|
28
23
29
24
### Available optional columns
30
25
31
- | Header | Description | Example |
32
- | ------------------- | --------------------------------------- | -------------------- |
33
- | Lead Name | Full name of the lead | ` Jane Doe ` |
34
- | Lead Timezone | IATA timezone identifier | ` Asia/Kolkata ` |
35
- | Lead LinkedIn ID | LinkedIn profile identifier | ` /in/janedoe ` |
36
- | Lead Apollo ID | Apollo record identifier | ` 21921983 ` |
37
- | Account Domain | Domain name associated with the account | ` example.com ` |
38
- | Account LinkedIn ID | LinkedIn profile identifier | ` /in/janedoe ` |
39
- | Account Apollo ID | Apollo record identifier | ` 21921983 ` |
40
- | Metadata | JSON object with any key-value data | ` { "crm_id": 5379 } ` |
26
+ | Header | Description | Example |
27
+ | ------------------------ | -------------------------------------------- | --------------- |
28
+ | Person Name | Full name of the lead | ` Jane Doe ` |
29
+ | Person Headline | Headline of the lead | ` CTO of Pabio ` |
30
+ | Person Time Zone | IATA timezone identifier | ` Asia/Kolkata ` |
31
+ | Organization Name | Name of the organization | ` Pabio ` |
32
+ | Organization Description | Paragraph of description of the organization | ` Pabio is a... ` |
33
+
34
+ Each additional column can be up to 2,000 characters long.
41
35
42
36
## Import status
43
37
0 commit comments