LogoLogo
HomepageSign Up
  • Product Docs
  • API Docs
  • Changelog
  • Onboarding checklist
  • USE CASE
    • Request screen recordings
      • Screen recording experience
        • Remove countdown before recording starts
      • Collection methods
      • Browser compatibility
      • Metadata collected
      • Capture console logs and network
      • Internationalization
      • Notifications
      • AI Suggest
      • AI transcript & summary
    • Send screen recordings
      • Share recordings
      • Send recordings with a GIF preview
      • Editing video
      • Chrome extension
        • Troubleshoot
    • Live screen sharing & video call
      • Live sessions recording and triggers
      • Live screensharing VS co-browsing
  • INTEGRATIONS
    • Intercom
      • Install and set up
      • Messenger editor (recommended)
      • Home messenger
        • Customize the call-to-action text in Intercom
      • Conversation sidebar
      • Operator
        • Customize the call-to-action text
      • Embed videos in Help Center
      • Analytics
    • 🟢Zendesk
      • Install and set up
      • Ticket editor
        • Change text content inserted in Zendesk editor
      • Zendesk forms
      • Zendesk auto-reply
      • Zendesk macros
      • Forward recordings to Zendesk
      • Analytics
    • 🟣Help Scout
      • Screen recording
      • Content library
    • 🔵Gist
    • 🟢Freshdesk
      • Freshdesk Portal
      • Analytics
    • 🟢Freshchat
    • Chrome extension
    • Slack
    • Installing Screendesk script
  • Settings
    • Billing
      • Cancelling your plan
    • User management
      • User roles and permissions
      • Transferring Account Ownership
    • Personal settings
    • Customization
      • White label
      • Customize live rooms
      • Customize recorder
  • Security
    • Security features
      • Storage Location
      • Hide sensitive data
      • Two-factor authentication
      • Remote log out
      • Auto deletion of recordings
      • Restrict access to recordings
      • SAML SSO
      • SCIM
Powered by GitBook
On this page
  • Inbox
  • Request Recording
  • Chats
  • Bots

Was this helpful?

Export as PDF
  1. INTEGRATIONS

Gist

How to request and send screen recordings with Gist

PreviousContent libraryNextFreshdesk

Last updated 9 months ago

Was this helpful?

Inbox

Request Recording

You need to create a snippet for each of your agent in order to request recordings from your Gist inbox. Please follow the steps outlined below:

  1. Get your personal recording link from the Screendesk dashboard. You will need to get the recording link of each of your agent.

  1. Visit the settings tab in the Gist dashboard. Now visit the inbox dropdown and click on conversation snippets. Then paste your recording link in the new snippet.

Make sure to replace the src param from rria to gist

https://app.screendesk.io/recordings/new?ak=0ZMy1g&key=lcmcFA&src=gist&ce={{ contact.email | default: ' '}}

You can identify your users by adding the url parameter ce to the link. That way screendesk will automatically map the user to the recording.

e.g: https://app.screendesk.io/recordings/new?ak=0ZMy1g&key=lcmcFA&src=gist&ce={{ contact.email | default: ' '}}

  1. Use the newly created snippet in the inbox.

  1. Users will then be prompted to paste the recording url in the chat when they are done recording.

Chats

You can customize the messages sent in your chats by simply adding your personal recording link. You can link the users to the recording by adding the URL parametter ce with the email address of the user.

Bots

You can customize the messages sent in your bots by simply adding your personal recording link. You can link the users to the recording by adding the URL parametter ce with the email address of the user.

🔵