You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/connections/destinations/catalog/inkit/index.md
+12-16Lines changed: 12 additions & 16 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -3,8 +3,8 @@ title: Inkit Destination
3
3
rewrite: true
4
4
id: 5f0746ced1c79b49ddee49fd
5
5
---
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.
8
8
9
9
> note ""
10
10
> 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:
20
20
Get the Inkit API Key:
21
21
22
22
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"}.
24
24
3. Enter the “API Key” in the “Inkit” destination settings in Segment.
25
25
26
26
@@ -34,26 +34,19 @@ To use a Template ID:
34
34
6. Paste the id into the “template_id” field when setting up the Destination in Segment.
35
35
36
36
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"}.
38
38
39
39
## 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
+
40
42
41
43
| Field | Type | Description |
42
44
| -------- | -------- | -------- |
43
45
| 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) |
55
46
56
47
48
+
For example, you might send a letter in which you need to include the recipient's name, address, and so forth.
49
+
57
50
## Identify
58
51
59
52
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:
All other fields are then added to the user's profile as custom fields within Inkit's dashboard.
111
104
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