diff --git a/docs/guides/getting_started/Key-Concepts.md b/docs/guides/getting_started/Key-Concepts.md index fd36e31b2..9705d87a0 100644 --- a/docs/guides/getting_started/Key-Concepts.md +++ b/docs/guides/getting_started/Key-Concepts.md @@ -1,6 +1,6 @@ --- title: Key concepts -excerpt: Voucherify offers several building blocks to help you implement promotional campaigns and integrate it with your stack. +excerpt: Learn the key concepts to help you implement promotional campaigns and integrate Voucherify with your stack. categorySlug: getting-started slug: key-concepts type: basic @@ -8,6 +8,55 @@ hidden: false order: 6 --- +Voucherify operates on fundamental building blocks which you can use to create your promotional campaigns and integrate them with your system. + +## Campaigns and vouchers + +### Campaign + +A campaign is a basic entity in Voucherify that is used to carry out promotional activities. + +[Campaign object reference](ref:get-campaign) + +Voucherify supports five basic campaign types: +- [discount coupons](doc:discount-effects), +- [gift vouchers](doc:prepaid-gift-cards), +- [referral codes](doc:referral-program), +- [promotion](doc:stacking-promotion-tiers), +- [loyalty program](doc:loyalty-program). + + + +### Voucher + +### Promotions and promotion tiers + +### Standalone voucher + +## Incentivization + +### Validation rules + +### Qualificaiton + +### Validation + + + +### Redemption + + + +## Distribution and communication + +### Publication + +### Webhooks + +## Metadata + + \ No newline at end of file