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
# 💥 Segment Partner Direct Destination Documentation Template
2
-
3
-
> Hi Partners 👋🏼
4
-
>
5
-
> Welcome to Segment - glad to have you onboard! This doc serves as a guideline for your team to create best-in-class documentation alongside your amazing product.
6
-
>
7
-
> Here are the guidelines we want you to have in mind when writing out your documentation:
8
-
>
9
-
> - Be succinct and simple in your writing. Reduce text bloat where possible.
10
-
> - Avoid 1st person language as it’s confusing for customers if they don’t know who wrote the docs (Segment or the Partner).
11
-
> - Where pre-reading is required, hyperlink to other more generic parts of Segment’s (or your) documentation.
12
-
>
13
-
> - Screenshots/Images are generally discouraged unless absolutely necessary
14
-
>
15
-
> The below template intends to provide a standardized structure. To submit your documentation, complete the following steps:
16
-
>
17
-
> 1. Fork and clone the `segment-docs` repo locally
18
-
> 2. Create a new branch (e.g., partner-name/destination)
19
-
> 3. Create an `index.md` file in the following path `src/connections/destinations/catalog/humanic-ai/index.md
20
-
> 4. Copy the template below into your `index.md` file, and edit it to be in line with how your integration operates
21
-
> 5. Add, commit, and push your code, then submit a pull request to the `segment-docs` repo
22
-
>
23
-
> If a section does not apply to your integration, feel free to remove. Please don’t create separate sections unless absolutely necessary. In most cases, creating a H3 (###) sub-heading under an existing section is the best option!
24
-
>
25
-
> If you have any questions in the meantime, please reach out to our team at [email protected].
26
-
27
-
## Template begins here...
28
-
29
1
---
2
+
title: Humanic AI Destination
3
+
id: 64b0e177091331e4a2a00c83
4
+
___
30
5
31
-
## title: Humanic Destination
32
-
33
-
> Include a 1-2 sentence introduction to your company and the value it provides to customers - updating the name and hyperlink. Please leave the utm string unchanged.
34
-
35
-
[Humanic](https://humanic.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is revolutionizing the CRM space to make it easier than ever for growing companies to maximize revenue from their existing users. Humanic is the industry's first PLG CRM for today’s modern revenue teams. With support from top industry veterans at DoorDash, Notion, Miro, Canvas, MailChimp and more - there's no better time explore what Humanic can offer your business!
6
+
[Humanic AI](https://humanic.ai/?utm_source=segmentio&utm_medium=docs&utm_campaign=partners) is revolutionizing the CRM space to make it easier than ever for growing companies to maximize revenue from their existing users. Humanic is the industry's first PLG CRM for today’s modern revenue teams. With support from top industry veterans at DoorDash, Notion, Miro, Canvas, MailChimp and more - there's no better time explore what Humanic can offer your business!
36
7
37
8
Managing upwards of 1000+ active users can be an overwhelming task, and many CRMs struggle to keep up with the influx. If you need a reliable system that allows for user sorting based on payment or user activity, it's time to consider more robust solutions than traditional customer relationship management software. Read on for details on how the Humanic PLG CRM can help unlock revenue from your existing user base. To Sign up and explore right away [click here](https://humanic.ai/signup?utm_source=segmentio&utm_medium=docs&utm_campaign=partners).
38
9
39
-
> Update your company name and support email address.
40
-
41
10
This destination is maintained by Humanic. For any issues with the destination, [contact the Humanic Support team](mailto:[email protected]).
42
11
43
-
> Update your company name (x2) and support email address.
44
-
45
12
## Getting Started
46
13
47
-
> Do not remove this line. It will auto-populate the following information for your integration:
48
-
49
-
{% include content/connection-modes.md %}
50
-
51
-
> Include clear, succinct steps including hyperlinks to where customers can locate their API Key in your app. If there is an expected delay for a customer to see data flow into your integration, please make that explicit.
52
-
53
14
1. From the Destinations catalog page in the Segment App, click **Add Destination**.
54
-
2. Search for "Humanic" in the Destinations Catalog, and select the "Humanic" destination.
15
+
2. Search for "Humanic AI" in the Destinations Catalog, and select the "Humanic AI" destination.
55
16
3. Choose which Source should send data to the "Humanic" destination.
56
-
4. Go to the [Humanic dashboard](https://dashboard.humanic.ai/dashboard/profile/){:target="\_blank"}, Go to the API Keys tab and generate an API key and copy it.
57
-
5. Enter the "API Key" in the "Humanic" destination settings in Segment.
17
+
4. Go to the [Humanic dashboard](https://dashboard.humanic.ai/dashboard/profile/){:target="_blank"}, Go to the API Keys tab and generate an API key and copy it.
18
+
5. Enter the "API Key" in the "Humanic AI" destination settings in Segment.
58
19
59
-
> For each of the following call types (Page, Screen, Identify, Track, Group), update:
60
-
>
61
-
> 1. Code snippet with relevant code sample including required traits or properties.
62
-
> 2. Your integration name.
63
-
> 3. What the corresponding call looks like within your platform (eg. Segment `page` call might be a `pageview` on your platform).
64
-
> 4. It can be helpful to describe _where_ data will appear (ie. Will `identify` calls appear within a Users dashboard as well as the Real-time dashboard of your platform?)
65
-
> 5. Any other important information for customer to note when sending through the events.
66
20
67
21
## Supported methods
68
22
69
-
Humanic.ai supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
23
+
Humanic AI supports the following methods, as specified in the [Segment Spec](/docs/connections/spec).
70
24
71
25
### Page
72
26
@@ -81,7 +35,7 @@ analytics.page("Pricing", {
81
35
});
82
36
```
83
37
84
-
Segment sends Page calls to Humanic.ai as a `pageview`.
38
+
Segment sends Page calls to Humanic AI as a `pageview`.
85
39
86
40
### Screen
87
41
@@ -92,7 +46,7 @@ Send [Screen](/docs/connections/spec/screen) calls to ecord which mobile app scr
92
46
properties:@{ @"Feed Type": @"private" }];
93
47
```
94
48
95
-
Segment sends Screen calls to Humanic.ai as a `screenview`.
49
+
Segment sends Screen calls to Humanic AI as a `screenview`.
Segment sends Identify calls to Humanic.ai as an `identify` event.
61
+
Segment sends Identify calls to Humanic AI as an `identify` event.
108
62
109
63
### Track
110
64
@@ -114,9 +68,5 @@ Send [Track](/docs/connections/spec/track) calls to record user behavior in your
114
68
analytics.track('Login Button Clicked');
115
69
```
116
70
117
-
Segment sends Track calls to Humanic.ai as a `track` event.
118
-
119
-
---
120
-
121
-
> Congratulations! 🎉 You’ve finished the documentation for your Segment integration. If there’s any additional information or nuance which did not fit in the above template and that you want to share with our mutual customers, feel free to include these as a separate section for us to review. If not, you may now submit this doc to our team via your designated Slack Channel and we’ll respond with updates when we publish it and your integration!
71
+
Segment sends Track calls to Humanic AI as a `track` event.
0 commit comments