Overview
This page provides the complete list of available Partoo pages (routes) that can be embedded via the SDK.Each entry details its :
- the route name to pass to
navigate()
- supported seedData and pageOptions
- a description of the view
- whether authentication is required
Supported Pages and Routes
Route Name | seedData | pageOptions | View Description | Auth |
---|---|---|---|---|
businesses | null | null | List of user’s businesses | ✅ |
business | null | { businessId: string } | Edit view of a specific business | ✅ |
add | null | null | Add a new business | ✅ |
analytics | null | null | Analytics dashboard | ✅ |
presenceManagement | null | null | Presence Management view | ✅ |
posts | null | { status: string } | Posts management view | ✅ |
reviewManagement | null | { status: string } | Review management interface | ✅ |
reviewAnalytics | null | null | Review analytics dashboard | ✅ |
reviewBooster | null | null | Review booster tool | ✅ |
partnerConnections | null | null | Google & Facebook connection settings | ✅ |
messaging | null | null | Messaging dashboard | ✅ |
bulkUpdate | null | null | Bulk update view | ✅ |
conversationStarters | null | null | Conversation starter settings | ✅ |
googleVerification | null | null | Google verification setup | ✅ |
whatsappSettings | null | null | WhatsApp settings | ✅ |
widgetSettings | null | null | Widget settings page | ✅ |