πΎSnippet
How to install Birdie snippet
1. Declare your top-level domain (TLD)
To make the Birdie snippet work, you need to specify the domain where your application is hosted. This ensures the Birdie snippet only runs on your website and keeps your data secure.
What should I enter?
Enter your main (top-level) domain. All of its subdomains will work automatically. Example, if your app runs on:
app.mycompany.comadmin.mycompany.com
Enter: mycompany.com
Important
Do not include
https://Do not enter a specific subdomain unless you want to restrict to only 1 subdomain.
2. Install Birdie snippet
You can choose between 2 options:
First option: Frontend Integration using NPM
Second option: Basic JavaScript
Go to settings > incoming
Copy the snippet code and paste it before the
</body>tag of your web app. Note that the snippet is unique to your organization.
3. Whitelist Birdie in your Content Security Policy
To ensure proper functionality, whitelist the following:
HTTPS:
https://*.birdie.soSecure WebSocket protocol:
wss://*.birdie.soPort:
443, 3478 (TCP and UDP)IP Address:
18.189.92.9and3.20.198.186
This will allow Birdie to function smoothly within your network environment.
If you need help or have a question, contact us at [email protected]
Last updated
