Human Request
Birdie x Other Helpdesk
If your helpdesk doesn’t natively integrate with Birdie, you can still request screen recordings using a Request Link. Here’s how:
1. Enable Birdie for Your Helpdesk
Go to Birdie Helpdesk Settings and select "Other Helpdesk".
Enter your helpdesk name and click Enable.
Copy the Request Link—this is what agents will use to request recordings. It looks like this:
https://your-subdomain.birdie.so/urec/your-helpdesk
2. Create a Snippet / Macro / Canned Reply
To make sending recording requests easier:
Open your helpdesk’s Snippets/Macros/Canned Responses settings.
Create a new snippet/macro/Canned Response (e.g., Request Screen Recording).
Add a message like:
“To help us understand your issue, please record your screen: Click here to record.”
Insert the Birdie Request Link. If hyperlinking isn’t supported, just paste the full link instead.
3. Add variables: email & ticket number (Optional)
If you can, append the email and/or ticket number to the Birdie Request Link. This will ensure each recording is associated with the correct customer email and ticket number.
In case you need only the customer's email
https://your-subdomain.birdie.so/urec/your-helpdesk
?email=
[email protected]
with [email protected] being the email variableIn case you need only the ticket number
https://your-subdomain.birdie.so/urec/your-helpdesk
?ticket=
987654321
with 987654321 being the ticket variableIn case you need only the customer's email and ticket number
https://your-subdomain.birdie.so/urec/your-helpdesk
?email=
[email protected]
&ticket=
987654321
4. Automatically Post the Video in the Ticket (Optional)
Once a recording is submitted, you can use Birdie’s Webhooks to automatically post the video URL in the appropriate ticket or conversation:
Webhook Integration GuideThis guide explains how to securely and reliably receive Birdie screen recording webhooks in your backend.Last updated