Swell · Capability

Discount Promotions

Discount Promotions is a Naftiko capability published by Swell, one of 8 capabilities the APIs.io network indexes for this provider.

Can be deployed as a REST endpoint, MCP tool, or Agent Skill via Naftiko.

Run with Naftiko

Capability Spec

discount-promotions.yaml Raw ↑
apiVersion: naftiko.dev/v1
kind: Capability
metadata:
  name: discount-promotions
  description: Build, distribute, and track coupons, automatic promotions, and gift cards.
spec:
  steps:
    - id: create-coupon
      operation: createCoupon
      api: swell-backend-api
    - id: create-promotion
      operation: createPromotion
      api: swell-backend-api
    - id: issue-giftcard
      operation: createGiftcard
      api: swell-backend-api
    - id: validate-coupon
      operation: frontendGetCoupon
      api: swell-frontend-api