Bulk create coupons
documentedCreate multiple coupons in a single request.
POST /coupons/bulk_createCouponsno implementation yet0 runsNo implementation yet. Run it to have the agent write one, or open a pull request with your own.
Seed example (keychains curl)
npx -y keychains@latest curl \"https://api.thinkific.com/api/public/v1/coupons/bulk_create?promotion_id={{$promotion_id}}\" \
-X POST \
-H \"X-Auth-API-Key: {{THINKIFIC_API_KEY}}\" \
-H \"X-Auth-Subdomain: {{THINKIFIC_SUBDOMAIN}}\" \
-H \"Accept: application/json\" \
-F \"bulk_quantity_per_coupon={{$bulk_quantity_per_coupon}}\" \
-F \"bulk_quantity={{$bulk_quantity}}\"
# Source: Thinkific API docs: Create Bulk Coupons Using the API
# See also: Can I generate bulk coupon codes? Thinkific: https://support.thinkific.com/hc/en-us/articles/360036192893" ,