Zendesk Form

How to add Birdie to your Zendesk ticket form

circle-info

If you need help or have a question, contact us at [email protected]envelope

To allow customers to submit tickets with screen recordings, you need to add Birdie to your Zendesk "Submit a ticket" form and/or to your website's Zendesk widget.

circle-exclamation

I. Add Birdie to your "Submit a ticket" form

Birdie on your Zendesk ticket form

  1. Open Zendesk Guide and click on "Guide Admin".

  2. In the left menu, go to "Themes" (👁 icon).

  3. In your "live theme", click "Customize" and then click on the bottom right "Edit code".

  4. Locate the file "footer.hbs" and paste the code snippet at the end of the file. 👾 You will find the snippet in your Settingsarrow-up-right (no developer required)

  5. Click "Publish". You are done.

Installation walkthrough

chevron-rightI want to change the color of the button 🎨hashtag

To customize the button's background color, add ?bgcolor=FF00FF at the end of the snippet URL (replacing the color code with the desired one). This overrides the color set in your Birdie settings page

chevron-rightI want to change the message of the button 🖊hashtag

Birdie Zendesk Form snippet comes with preset messages in German, French, Spanish, Portuguese, and English. But you can adjust these messages or add your own translations.

Before you insert your code snippet into your Zendesk theme layout, include a "birdie Settings" object with translated keys:

chevron-rightI want to display the button based on authentication status 👤hashtag

Display the record button based on authentication status. Use a hack by adding a parameter at the end of the snippet URL:

  • To display the button for authenticated users only, add ?contact_type=auth.

  • To display the button for anonymous users only, add ?contact_type=anonymous

II. Add Birdie to your Zendesk widget on your website.

Allow customers to record their screens right from the Zendesk widget (in chat or form mode).

Birdie on your Zendesk widget
  1. Add the code snippet to your web app

    👾 You will find the snippet to paste in your Settingsarrow-up-right. (dev required)

Last updated