--- name: booklets-routes description: Handle 4 OpenAPI operation(s) under /booklets for the booklets route group. --- # booklets API Routes Handle 4 OpenAPI operation(s) under /booklets for the booklets route group. Use the generated operation tools to make real API calls. Do not invent API responses. If a tool reports missing setup, return the exact setup field name to the caller. For write, update, or delete operations, state the intended action before calling the tool. ## Operations ### booklet_retrieve - Operation ID: `booklet_retrieve` - Route: `GET /booklets/{booklet_id}` - Mode: READ - Summary: Retrieve - Parameters: - `booklet_id` in `path` required ### booklet_delete - Operation ID: `booklet_delete` - Route: `DELETE /booklets/{booklet_id}` - Mode: WRITE - Summary: Delete - Parameters: - `booklet_id` in `path` required ### booklets_list - Operation ID: `booklets_list` - Route: `GET /booklets` - Mode: READ - Summary: List - Parameters: - `limit` in `query` - `before/after` in `query` - `include` in `query` - `date_created` in `query` - `metadata` in `query` - `send_date` in `query` - `mail_type` in `query` - `sort_by` in `query` - `campaign_id` in `query` - `status` in `query` ### booklet_create - Operation ID: `booklet_create` - Route: `POST /booklets` - Mode: WRITE - Summary: Create - Parameters: - `Idempotency-Key` in `header` - `idempotency_key` in `query` - Body: JSON request body accepted.