Skip to content

Commit 195e39e

Browse files
tcgilbertmarkzegarelli
andauthored
Add docs for new Gladly source (#3264)
* Add docs for new Gladly source * fixed typo * Markdown tables Co-authored-by: markzegarelli <[email protected]>
1 parent bcca328 commit 195e39e

File tree

1 file changed

+58
-0
lines changed
  • src/connections/sources/catalog/cloud-apps/gladly

1 file changed

+58
-0
lines changed
Lines changed: 58 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,58 @@
1+
---
2+
title: Gladly Source
3+
id: 94LHXFps4k
4+
---
5+
6+
[Gladly](https://www.gladly.com/){:target="_blank"} is the only platform purposely built to help the world's fastest growing brands deliver radically personal customer service. Designed around people and not tickets, Gladly's all-in-one platform features every channel - from voice to SMS - natively built into a single UI, allowing agents to communicate seamlessly across all channels. Rated the #1 easiest-to-use customer service platform, Gladly is empowering brands of all sizes to deliver and scale exceptional customer and agent experiences and build brand loyalty.
7+
8+
The Gladly Source is an [Event Cloud Source](/docs/sources#event-cloud-sources) that can be used to track when your customers open or closed a conversation with an agent. Not only can you export data into your Segment warehouse, but you can also send the exported data into your other enabled Segment Destinations.
9+
10+
This source is maintained by Gladly. For any issues with the source, [contact the Gladly Support team](mailto:[email protected]).
11+
12+
## Getting Started
13+
14+
1. From your workspace's [Sources catalog page](https://app.segment.com/goto-my-workspace/sources/catalog) click **Add Source**.
15+
2. Search for "Gladly" in the Sources Catalog, select click Gladly, and click **Add Source**.
16+
3. On the next screen, give the Source a nickname configure any other settings.
17+
5. Click **Add Source** to save your settings.
18+
6. Copy the `Write key` from the Segment UI
19+
7. Log into Gladly
20+
8. Go to Settings -> App Developer Tools -> Apps
21+
9. Click **Add App** and select **Segment**
22+
10. Name your app
23+
11. Paste your `Write Key` into the **Segment Private Key** field
24+
12. Save your app
25+
26+
## Events
27+
28+
The table below lists events that Gladly sends to Segment. These events appear as tables in your warehouse, and as regular events in other Destinations. Gladly includes the `userId` if available.
29+
30+
| Event | Description |
31+
| ------------------- | -------------------------------------------------------- |
32+
| Conversation Opened | A conversation was opened and assigned to an agent |
33+
| Conversation Closed | A conversation was closed and required no further action |
34+
35+
## Event properties
36+
37+
The table below list the properties included in the events listed above.
38+
39+
| Property Name | Description |
40+
| -------------- | ------------------------------------------------------------------- |
41+
| event | Conversation Status |
42+
| userId | Customer's Gladly ID |
43+
| customerName | Customer's Name |
44+
| email | Customer's Email Address |
45+
| phone | Customer's Phone Number |
46+
| conversationId | Conversation's ID |
47+
| status | Conversation's Status |
48+
| topics | List of Topic IDs for a Conversation (only for Conversation Closed) |
49+
| agentId | Assigned Agent's ID |
50+
| agentName | Assigned Agent's Name |
51+
| timestamp | Conversation Opened/Conversation Closed time |
52+
## Add Destinations
53+
54+
Now that your Source is set up, you can connect it with Destinations.
55+
56+
Log into your downstream tools and check to see that your events appear as expected, and that they contain all of the properties you expect. If your events and properties don’t appear, check the [Event Delivery](https://segment.com/docs/connections/event-delivery/) tool, and refer to the Destination docs for each tool for troubleshooting.
57+
58+
If there are any issues with how the events are arriving to Segment, [contact the Gladly support team](mailto:[email protected]).

0 commit comments

Comments
 (0)