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/crisp/index.md
+10-7Lines changed: 10 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -15,9 +15,13 @@ This destination is maintained by Crisp. For any issues with the destination, [c
15
15
3. The Segment App opens in a new window. Log in to authenticate the connection from Crisp.
16
16
4. Select the Workspace and Source to connect with Crisp.
17
17
18
-
##Identify
18
+
### Supported methods
19
19
20
-
If you aren't familiar with the Segment Spec, take a look at the [Identify method documentation](https://segment.com/docs/connections/spec/identify/) to learn about what it does. An example call would look like:
20
+
Crisp supports the following methods, as specified in the [Segment Spec](/docs/connections/spec/).
21
+
22
+
### Identify
23
+
24
+
Send [Identify](/docs/connections/spec/identify/) calls to create or update a User profile. The `email` trait is required to create new Users. For example:
Send Identify calls to create or update a User profile. The `email` trait is required to create new Users.
31
34
32
-
## Track
35
+
###Track
33
36
34
-
If you aren't familiar with the Segment Spec, take a look at the [Track method documentation](https://segment.com/docs/connections/spec/track/) to learn about what it does. An example call would look like:
37
+
Crisp adds [Track](/docs/connections/spec/track/)events to the User's profile events stream.
> Be sure you send an Identify call for any user who will trigger Track calls. If Crisp receives a Track call for an unknown `userId`, the call is dropped.
47
+
> Send an Identify call for any user who triggers Track calls. If Crisp receives a Track call for an unknown `userId`, the call is dropped.
48
+
45
49
46
-
Crisp adds Track events to the User's profile events stream.
0 commit comments