create_promotion
Create discount promotions for Thinkific courses with percentage or fixed-amount offers, set start/end dates, and apply to specific products.
Instructions
Create a new promotion (discount). Promotions hold coupon codes. Create a promotion first, then create coupons under it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Promotion name (e.g. 'Spring Sale', '25% Off Launch') | |
| discount_type | Yes | Discount type: percentage or fixed dollar amount | |
| amount | Yes | Discount amount (e.g. 25 for 25% off, or 10 for $10 off) | |
| product_ids | No | Product IDs this promotion applies to (omit for all products) | |
| description | No | Promotion description | |
| starts_at | No | Start date (ISO 8601) | |
| expires_at | No | Expiration date (ISO 8601) |