tickets_blueprints_apply
Creates a parent ticket and all child tickets defined by a blueprint, assigned to the specified customer.
Instructions
Create tickets from a Blueprint -- spawns the parent ticket and any child tickets defined by the blueprint, all assigned to the given customer. Returns { ticket_id, child_ticket_ids }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Blueprint ID (required) | |
| customer_id | Yes | Customer ID the ticket(s) will be assigned to (required) |