Integration Tutorials
End-to-end guides for the stacks teams use most.
Add support to a React SPA
- Install @supportflow/react
- Wrap your app in SupportProvider
- Render SupportWidget and identify the user on login
Next.js App Router
- Add the provider to app/layout.tsx
- Use environment variables for your publishable key
- Verify the widget mounts only on the client
Shopify storefront
- Add the widget script to theme.liquid
- Pass the logged-in customer via SupportFlow.identify
- Route order questions to your support team automatically
Sync tickets to Jira
Use a webhook subscription on ticket.escalated to create a Jira issue, then post the Jira link back as an internal note via the REST API.