Skip to content

Commit d38fab2

Browse files
docs: Add docs for new importing fields
1 parent dc90864 commit d38fab2

File tree

1 file changed

+13
-19
lines changed

1 file changed

+13
-19
lines changed

audiences/import-csv.mdx

+13-19
Original file line numberDiff line numberDiff line change
@@ -14,30 +14,24 @@ Once you've uploaded your CSV file, you'll see its import progress. The import w
1414

1515
## Additional columns
1616

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-
2217
You can optionally include several other columns in your CSV. You can leave any of these optional values empty, but not "Email":
2318

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 |
2823

2924
### Available optional columns
3025

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.
4135

4236
## Import status
4337

0 commit comments

Comments
 (0)