Static vs dynamic
Static
One reusable code (e.g.
WELCOME10). Simple and shareable.Dynamic
A segment-targeted coupon that auto-provisions in your store (Shopify or
WooCommerce).
Discount types
- Percentage — e.g. 10% off.
- Fixed amount — e.g. ₪25 off.
- Free shipping.
Store auto-provisioning
A dynamic coupon enqueues a provisioning job that resolves your connected store and creates the discount via the store’s API:1
Shopify
Basic and free-shipping discount mutations. Entire-order discounts in v1
(product/collection-scoped are a follow-up).
2
WooCommerce
A WooCommerce coupon via the REST API.
3
Konimbo
Not auto-provisioned in v1 — the coupon saves in Senderz.
pending, created or failed.
AI-assisted coupons
Two AI paths exist:- The coupon prompt bar drafts a coupon from a description (a draft only — nothing is persisted until you confirm), grounded on your brand voice and real segment names.
- The AI assistant can create-and-provision a coupon end-to-end through the same service the UI uses — it never calls a store API directly.
Everything the AI does goes through the normal service layer, so row-level
security, validation and audit logging all apply.

