Birdie
HomepageLog inSign up
Birdie Documentation
Birdie Documentation
  • 👋START HERE
  • What is Birdie?
  • Getting started
  • Invite teammates
  • 🎥Request Screen Recordings
    • Overview
    • Installation
      • 🧩Helpdesk Integrations
      • 🎨Customize Appearance
      • 👾Snippet
      • 🌐Browser compatibility
      • 🌎Languages
      • 🔌Web SDK
      • 🔗Universal Request Link
    • DevTools: Console Logs & Network Requests
    • AI Summary
    • Misc.
      • Forward recordings
      • Routing rules for folders
      • API
      • How-to's Library
  • 🎥Record my screen
    • Overview
    • Install Chrome extension
    • Recording Options
    • DevTools: Console Logs & Network Requests
    • Keyboard Shortcuts
    • Incognito Mode
    • Troubleshooting
      • How to quickly fix common recording errors
      • How to troubleshoot Microphone issues in Birdie Extension
      • How to troubleshoot Screen Recording issues in Birdie Extension
  • 🧩Helpdesk
    • 🟤Zendesk
      • Installation
      • Flows
        • Human Request
        • Zendesk Macros
        • Zendesk Ticket Form
        • Zendesk Auto-Reply
        • Zendesk AI Agents
        • Zendesk Agent Signature
        • Zendesk Widget (Classic)
      • Misc.
      • Analytics
      • Uninstall
    • ⚫Intercom
      • Installation
      • Flows
        • Human Request
        • Intercom Workflows
        • FIN
        • Intercom Messenger Home
        • Misc.
        • Analytics
    • 🟢Freshdesk
      • Installation
      • Flows
        • Human Request
        • Portal
        • Canned Answers
        • Auto Reply
        • Agent Signature
      • Analytics
    • 🟢Freshchat
      • Installation
      • Flows
        • Manual Request
    • 🔵Jira Service Management
      • Installation
      • Flows
        • Human Request
        • Customer Portal
      • Uninstall
    • 🟣Help Scout
      • Installation
      • Flows
        • Human Request
        • Saved Replies
        • Auto Reply
    • 🔵Salesforce Service Cloud
      • Request link - Installation
      • Flows
        • Human Request
        • Ticket Form
    • Others
      • 🟠Happyfox
        • Installation
        • Flows
          • Human Request
          • Support Center Ticket Form
      • ⚫Ada
      • 🟣Forethought
      • 🟠Hubspot
        • Flows
          • Human Request via Snippet
      • ⚫Service Now
        • Flows
      • 🟣Front
        • Flows
      • 🟢Zoho Desk
        • Flows
      • 🔵Crisp
        • Flows
      • ⚪Other Helpdesk
        • Flows
          • Human Request
          • Ticket Form
  • 🔐Security
    • Storage Location
    • Hide sensitive data
    • Auto data deletion
    • Recordings Privacy Settings
      • Incoming Recordings: Only Workspace Members Can Watch
      • Outgoing Recordings: Only Workspace Members + Selected Individuals Can Watch
    • GDPR opt-in
    • Two-factor authentication
    • Remote log out
    • SAML SSO
      • Setup SSO with Okta
    • SCIM
      • Okta settings
Powered by GitBook
On this page
  1. Helpdesk
  2. Freshdesk
  3. Flows

Portal

How to allow customers to submit a ticket with a screen recording

PreviousHuman RequestNextCanned Answers

Last updated 1 year ago

If you need help or have a question, contact us at

To allow customers to submit tickets with screen recordings, you need to add Birdie to your Freshdesk Portal

Requirements:

  • You are a Freshdesk Admin.

  • is already installed on your Freshdesk.

Add Birdie to your Freshdesk Portal:

I want to change the message of the button 🖊

Our code comes with pre-set messages for German, French, Spanish, Portuguese, and English. You can customize these messages or add your own translations.

Before you paste your code into your Freshdesk Portal layout, add a Settings object with translated keys:

<script>
// those are all the default strings you may want to change:
window.birdieSettings = {
  freshdesk_form: {
  	button_label_start: "Record my screen",
  	button_label_stop: "Stop recording",
  	button_label_show: "Show Recorder",
  	tip_message: "💡 Tip: Add a screen recording to your request",
  	email_error_message: "Enter a valid email address",
  	success_message: "Here is the recording:"
  }
}

if (navigator.language == "de") {
	// you can customize german strings:
	window.birdieSettings = {
	  freshdesk_form: {
	  	button_label_start: "Nehmen Sie meinen Bildschirm auf",
	  	button_label_stop: "Höre auf, aufzunehmen",
	  	button_label_show: "Rekorder anzeigen",
	  	tip_message: "💡 Tipp: Fügen Sie Ihrer Anfrage eine Bildschirmaufnahme hinzu",
	  	email_error_message: "Geben Sie eine gültige email ein",
	  	success_message: "Hier ist die Aufzeichnung :"
	  }
	}
} else if (navigator.language == "ru") {
	// or customize russian strings, etc. 
}
</script>

<!-- Then paste here your snippet found in your Birdie Freshdesk Settings page… -->
<!-- https://app.birdie.so/settings#freshdesk --> 
I can't see the Birdie button on the portal

If you made a copy of the original theme to make changes, make sure that the new copied and modified theme has been applied:

🧩
🟢
support@birdie.so
Birdie Freshdesk app
How to add Birdie to your Freshdesk portal
Birdie on your Freshdesk portal