create_coupon
Generate discount codes for Thinkific promotions to offer students reduced pricing on courses. Requires a promotion ID from list_promotions.
Instructions
Create a new coupon/discount code. Requires a promotion_id — use list_promotions first to get one.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| promotion_id | Yes | Promotion ID this coupon belongs to (use list_promotions to find IDs) | |
| code | Yes | Coupon code string | |
| note | No | Internal note about this coupon | |
| quantity | No | Maximum uses (omit for unlimited) |