Developer Integrations
Automate workflows and connect your LinkBio page leads to external tools (like Zapier, Mailchimp, or custom databases).
1. Webhooks
- Go to the Developer settings tab in your page dashboard.
- Click Create Webhook and paste your target endpoint URL (e.g. from Zapier or your backend server).
- Choose triggers:
lead.captured: Fired whenever a user submits an email signup or contact form.order.created: Fired when a purchase inquiry or store lead is generated.
2. API Tokens
- Generate personal API tokens to fetch page and lead details programmatically.
- Include the token as a Bearer header in your HTTP requests:
Authorization: Bearer <your-api-token>