👾Snippet
How to install Birdie snippet
1. Install Birdie snippet
You can choose between 2 options:
First option: Frontend Integration using NPM
npm install @birdie-so/snippet
# or
yarn add @birdie-so/snippet
Second option: Legacy Manual Setup
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.
2. Whitelist Birdie in your Content Security Policy
To ensure proper functionality, whitelist the following:
HTTPS:
https://*.birdie.so
Secure WebSocket protocol:
wss://*.birdie.so
Port:
443 (TCP and UDP)
IP Address:
18.189.92.9
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