Skip to content

Commit 5fc85a7

Browse files
authored
Merge pull request #4679 from segmentio/thomas/inkit-tweaks
minor tweaks from inkit
2 parents 93a8f4d + 47bb746 commit 5fc85a7

File tree

1 file changed

+12
-16
lines changed
  • src/connections/destinations/catalog/inkit

1 file changed

+12
-16
lines changed

src/connections/destinations/catalog/inkit/index.md

Lines changed: 12 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Inkit Destination
33
rewrite: true
44
id: 5f0746ced1c79b49ddee49fd
55
---
6-
[Inkit](https://inkit.com){:target="_blank"} empowers organizations to securely generate and distribute documents - both digitally as well as through direct mail.
7-
For example, automatically create and send electronic documents like invoices, reports, notices, and more using a magic link or e-delivery. Or generate and send documents for e-signature, storage, postcards, letters, and more, all powered by the Inkit integration for Segment.
6+
[Inkit](https://inkit.com){:target="_blank"} and Segment empower organizations to securely generate and distribute documents - both digitally as well as through direct mail.
7+
For example, automatically create and send electronic documents like invoices, reports, notices, and more through a magic link or e-delivery. Or generate and send documents for e-signature, storage, postcards, letters, and more, all powered by the Inkit integration for Segment.
88

99
> note ""
1010
> Inkit maintains this destination. For any issues with the destination, [email the Inkit support team](mailto:[email protected]).
@@ -20,7 +20,7 @@ Add the destination:
2020
Get the Inkit API Key:
2121

2222
1. [Sign up](https://app.inkit.com/auth-init){:target="_blank"} and create an Inkit account.
23-
2. Follow [the instructions to create an API key](https://docs.inkit.com/docs/add-an-api-key-to-your-account){:target="_blank"}.
23+
2. Follow the instructions in the documentation to [create an API key](https://docs.inkit.com/docs/add-an-api-key-to-your-account){:target="_blank"}.
2424
3. Enter the “API Key” in the “Inkit” destination settings in Segment.
2525

2626

@@ -34,26 +34,19 @@ To use a Template ID:
3434
6. Paste the id into the “template_id” field when setting up the Destination in Segment.
3535

3636

37-
For more information, see the Inkit [documentation](https://docs.inkit.com/docs/welcome-to-inkit){:target="_blank"}.
37+
For more information, see Inkit [documentation](https://docs.inkit.com/docs/welcome-to-inkit){:target="_blank"}.
3838

3939
## Expected Data
40+
The merge fields in the template dictate what data you must pass to Inkit through the integration. The only must-have data point is the "template_id".
41+
4042

4143
| Field | Type | Description |
4244
| -------- | -------- | -------- |
4345
| template_id | string | ID of the template from the Inkit UI (required) |
44-
| first_name | string | The first name of the contact (optional but either first_name or last_name is required) |
45-
| last_name | string | The last name of the contact (optional but either first_name or last_name is required) |
46-
| email | string | The email address of the contact (optional) |
47-
| company | string | The company name that the contact belongs to (optional) |
48-
| phone | string | The phone number of the contact (optional) |
49-
| address_line_1 | string | The primary line, or street address of the contact (64-character limit) (required) |
50-
| address_line_2 | string | The apartment or suite number (optional) |
51-
| address_city | string | The city of the contact's address (required) |
52-
| address_state | string | The two-letter (2) state code of the contact's address (required) |
53-
| address_zip | string | The ZIP Code of the contact's address (required)
54-
| address_country | string | The two-letter (2) ISO alpha-2 country code of the contact's address (required) |
5546

5647

48+
For example, you might send a letter in which you need to include the recipient's name, address, and so forth.
49+
5750
## Identify
5851

5952
If you aren't familiar with the Segment Spec, see the [Identify method documentation](/docs/connections/spec/identify/) to learn about what it does. An example call with Inkit would look like:
@@ -109,4 +102,7 @@ analytics.identify('userId123', {
109102

110103
All other fields are then added to the user's profile as custom fields within Inkit's dashboard.
111104

112-
Segment sends Identify calls to Inkit as an `identify` event.
105+
Segment sends Identify calls to Inkit as an `identify` event.
106+
107+
108+
SELECT COUNT(*) FROM destination_config WHERE destination_id = '54521fd525e721e32a72ee8f' AND enabled = 1 AND id IN (SELECT config_id FROM destination_config_options_2 WHERE option_name = 'canOmitAppsFlyerId' AND value = 'false')

0 commit comments

Comments
 (0)