Extend trial
extend_trialAdd days to a trial customer's trial end date. Returns a preview by default; pass confirm:true to execute after approval. Works only for trial-status customers.
Instructions
Extend a trial customer's trial end date by a number of days. Only works for customers whose status is 'trial'. Dry-run by default: returns a preview unless confirm:true is passed.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| days | Yes | Number of days to add to the current trial end date (1-90). | |
| confirm | No | Safety gate. Omit or false for a DRY RUN that changes nothing and returns a preview of what would happen. Pass true only after the human has approved, to actually execute the change. | |
| customerId | Yes | The trial customer's id, like CU-1003. |