Short answer: Drop the "Stripe → Create Coupon" action anywhere in your workflow, map the inputs from upstream nodes, and publish.
Every field can be mapped from an upstream trigger, AI step, table row, or hard-coded literal.
| Field | Type | Required | Description |
|---|---|---|---|
Percent Off percent_off | string | Optional | Discount percentage (1-100) |
Duration duration | options | Required | Duration. Options: Once, Repeating, Forever |
Coupon Code id | string | Optional | Custom code (auto-generated if empty) |
{"percent_off": "25","duration": "{{trigger.duration}}","id": "{{trigger.id}}"}
{"id": "SUMMER25","duration": "once","percent_off": 25}
Use these fields in downstream nodes for routing, logging, or error handling.
Any of these apps can fire this action as part of a workflow.
Triggered by anything in the catalog. Free tier available. No credit card.