Skip to content

Commit 6408541

Browse files
committed
Addressed review comments
1 parent 37c1d19 commit 6408541

File tree

1 file changed

+10
-8
lines changed
  • src/connections/sources/catalog/cloud-apps/freshchat-source

1 file changed

+10
-8
lines changed

src/connections/sources/catalog/cloud-apps/freshchat-source/index.md

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Before you start, make sure that you have admin rights in Freshchat and [Workspa
2323
7. In Freshchat, navigate to Admin → Marketplace Apps → Segment Integration.
2424
8. Paste the your Segment write key and click **Authenticate account** to connect.
2525
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
3030
For more information about Product Events, see the [Freshchat Product Events](https://developers.freshchat.com/v2/docs/product-events/){:target="_blank”} documentation.
3131
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
3232
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
3737

3838
| Event Name | Description |
3939
| --- | --- |
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"}.
4446

4547
## Adding Destinations
4648

0 commit comments

Comments
 (0)