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/sources/catalog/cloud-apps/freshchat-source/index.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,10 +23,10 @@ Before you start, make sure that you have admin rights in Freshchat and [Workspa
23
23
7. In Freshchat, navigate to Admin → Marketplace Apps → Segment Integration.
24
24
8. Paste the your Segment write key and click **Authenticate account** to connect.
25
25
9. After your account is authenticated, select one or more of the following events to send to Segment:
26
-
-onAgentActivityCreate
27
-
-onConversationCreate
28
-
-onConversationUpdate
29
-
-onMessageCreate
26
+
-On Agent Activity Create
27
+
-On Conversation Create
28
+
-On Conversation Update
29
+
-On Message Create
30
30
For more information about Product Events, see the [Freshchat Product Events](https://developers.freshchat.com/v2/docs/product-events/){:target="_blank”} documentation.
31
31
10. There are [4 events](https://developers.freshchat.com/v2/docs/product-events/#) that can be pushed to Segment. You will be able to choose the events that you want to send to Segment
32
32
11. You can add/remove the events that you want to send anytime after the app installation
@@ -37,10 +37,12 @@ The table below lists events that Freshchat sends to Segment. These events appea
37
37
38
38
| Event Name | Description |
39
39
| --- | --- |
40
-
| onAgentActivityCreate | When the general availability or Intelliassign status changes |
41
-
| onConversationCreate | When a conversation is initiated by a user |
42
-
| onConversationUpdate | When a conversation is:<br> - Assigned to an agent or group <br> - Reassigned to an agent <br> - Resolved or opened |
43
-
| onMessageCreate | When a message is posted, either by the agent or user |
40
+
| On Agent Activity Create | When the general availability or Intelliassign status changes |
41
+
| On Conversation Create | When a conversation is initiated by a user |
42
+
| On Conversation Update | When a conversation is:<br> - Assigned to an agent or group <br> - Reassigned to an agent <br> - Resolved or opened |
43
+
| On Message Create | When a message is posted, either by the agent or user |
44
+
45
+
To find the list of properties associated with the events, please refer to the [Freshchat Developer Documentation](https://developers.freshchat.com/v2/docs/product-events/){:target="_blank"}.
0 commit comments