recurring_invoices_bulk_toggle_active
Toggle the active or paused status of multiple recurring invoices at once. Set active=true to resume or active=false to pause invoice generation for up to 100 invoices simultaneously.
Instructions
Toggle the active/paused status of multiple recurring invoices at once. Set active=true to resume or active=false to pause invoice generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | Yes | Array of recurring invoice UUIDs (1-100) | |
| active | Yes | Set to true to activate, false to pause | |
| companyId | No | Company UUID (overrides configured default) |