This app is a Slack-based Stripe coupon management system. You can
create coupons and promo codes via a slash command, /cmd create-coupon
. Then,
you can apply coupons directly to existing subscribers via another slash command,
/cmd apply-coupon
or give promo codes to potential customers that can use
them to receive discounts during your subscription flow.
All you need to get started is a Stripe account and a Slack workspace!
To create a coupon/promo code, simply type /cmd create-coupon
. A modal will
appear and prompt you for some additional information:
Once you fill everything out, you'll get a nice confirmation message along with
a link to the coupon in Stripe:
Applying Coupons
If you create a promo code with the coupon and you have support for promo codes
built into your subscription flow, you can give the promo code directly to
your customers. Otherwise, you can apply coupons to existing subscribers from
the app by running /cmd apply-coupon
:
Just enter the email of the the subscriber and one of your coupons from the
dropdown.
Thank You!
If you have any questions or feedback, please join the Autocode community
Slack channel from the Community tab in the top bar. You can also follow us on
Twitter, @AutocodeHQ. Happy hacking!