Base URL
Format
Recommended approach: Use the workspace slug to ensure customers are routed to the correct workspace:/w/redirect/ instead:
The convenience option (
/w/redirect/) automatically routes users to the correct workspace based on their authentication. However, using the workspace slug is the recommended approach for reliability.Parameters
The path within Filed to redirect users to. Must be URL-encoded.Format options:
/w/{workspaceSlug}/<restofthepath>- Recommended: Explicitly routes to a specific workspace/w/redirect/<restofthepath>- Convenience: Routes based on user authentication
/w/smith-associates-tax-firm- Workspace dashboard/w/smith-associates-tax-firm/connect/tax-software- Tax software connection page/w/redirect/connect/tax-software- Tax software connection (convenience format)
Common Redirect Paths
Tax Software Connection Page
Redirect tax firm users to set up tax software connections. Recommended (with workspace slug):Tax Prep Page
Redirect to a specific tax preparation. Recommended (with workspace slug):Workspace Dashboard
Redirect to the main workspace dashboard. Recommended (with workspace slug):Example
Notes
- Deep links can be generated at any time and don’t expire
- Always URL-encode the
deep_linkparameter - Tax firm users will be prompted to sign in if not already authenticated
- Use the workspace slug format when available for reliable routing
- The convenience option (
/w/redirect/) relies on user authentication to route to the correct workspace
Troubleshooting
Problem: Deep links not redirecting correctly Solutions:- Always use workspace slug format (
/w/{workspaceSlug}/) when available to ensure correct routing - Verify the workspace slug corresponds to the correct tax firm customer
- Ensure
deep_linkparameter is properly URL-encoded - Check that the path exists in Filed’s application
- Double-check that you’re using the correct workspace slug for each tax firm customer