Templates
Create Campaign Template
Creates a template for a discount or gift campaign, or a promotion tier.
A template stores campaign configuration without the following details:
- Campaign name
- Category
- Code count
The following elements are not supported by campaign templates:
- Redeeming API keys
- Redeeming users
- Customer loyalty tier
- Static segments
👍 Promotion Tiers and Campaign Templates
You can create a campaign template out of a promotion tier. Promotion tiers are converted to a discount campaign with the DISCOUNT_COUPON type. You can use this template to create:
- Discount campaign,
- Promotion tier.
📘 Campaign Templates – Documentation
Read the Campaign Templates documentation to learn more about this feature.
post/v1/templates/campaigns
Request body
Response
Returns the details of a created campaign template.
Example response
{
"id": "camp_tpl_eR9NsNJ5gqJRN2TG3fqCvbVl",
"created_at": "2024-07-16T09:05:53.175Z"
}