Update Funnel
rybbit_update_funnelUpdate an existing funnel's name and steps in Rybbit Analytics. Provide the funnel ID and new configuration to replace current steps.
Instructions
Update an existing funnel's name and/or steps. Uses the create endpoint with reportId to perform an upsert. Use rybbit_list_funnels to find funnel IDs (the 'id' field is the reportId).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Display name for the funnel | |
| steps | Yes | Complete funnel steps (minimum 2). Replaces all existing steps. | |
| siteId | Yes | Site ID (numeric ID or domain identifier) | |
| funnelId | Yes | Funnel reportId to update. Use rybbit_list_funnels to find IDs (the 'id' field). |