-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #114 from openreplay/zendesk-int
- Loading branch information
Showing
5 changed files
with
51 additions
and
1 deletion.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,39 @@ | ||
--- | ||
title: "Zendesk Integration" | ||
metaTitle: "Zendesk Integration with OpenReplay" | ||
metaDescription: "How to integrate Zendesk with OpenReplay." | ||
--- | ||
|
||
How to integrate Zendesk with OpenReplay. | ||
|
||
Easiest way to integrate Zendesk with Openreplay is to use the [Text app](https://www.zendesk.com/marketplace/apps/support/1691/text/) to add a link to user's sessions to your ticket pages. | ||
|
||
## Installation | ||
|
||
- Install the free [Text app](https://www.zendesk.com/marketplace/apps/support/1691/text/) from the Zendesk marketplace. | ||
|
||
- Specify a preferred title (i.e "Openreplay links"). | ||
|
||
- For the text display, you can follow this format (making sure to change OPENREPLAY_DOMAIN and PROJECT_ID with valid address and ID) | ||
|
||
``` | ||
https://<OPENREPLAY_DOMAIN>/<PROJECT_ID>/sessions?uid=is|{{ticket.requester.email}}&range=LAST_24_HOURS | ||
``` | ||
|
||
- To view the link, navigate to a ticket and open the Apps panel by clicking the Apps button in the upper right. | ||
|
||
[Text app documentation](https://www.zendesk.com/marketplace/apps/support/1691/text/). | ||
|
||
## Changing the format | ||
|
||
You can test your link format by going to your OpenReplay instance and changing the search, starting with User Id filter, | ||
then adding any important events, for example, this query searches for | ||
all sessions that had a bad request and are associated with the user email: | ||
|
||
``` | ||
https://<OPENREPLAY_DOMAIN>/<PROJECT_ID>/sessions?uid=is|{{ticket.requester.email}}&iss=is|bad_request&range=LAST_24_HOURS | ||
``` | ||
|
||
## Have questions? | ||
|
||
If you encounter any issues, connect to our [Slack](https://slack.openreplay.com) and get help from our community. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters