Promotion Tier Deleted

EVENT: "EVENTS.CAMPAIGN.PROMOTION_TIER.DELETED"

The EVENTS.CAMPAIGN.PROMOTION_TIER.DELETED event indicates that the promotion tier was deleted.

📘

Webhook documentation

This page documents only the event. If you need more details about the webhook payload data that includes this event, go to Webhook v2024-01-01 page.

Example: campaign.promotion tier.deleted

{
  "id": "whs_0ec9f86d8e4b035ae4",
  "project_id": "sand_CvFGa2LX",
  "created_at": "2024-05-22T15:36:12.958Z",
  "type": "campaign.promotion_tier.deleted",
  "data": {
    "campaign": {
      "id": "camp_RY00xpbAEXXGQszBDFve6hAP",
      "name": "Promo tier",
      "campaign_type": "PROMOTION",
      "type": "STATIC",
      "is_referral_code": false,
      "auto_join": false,
      "join_once": false,
      "active": true,
      "category_id": null,
      "category": null,
      "metadata": {},
      "start_date": null,
      "expiration_date": null,
      "description": null,
      "created_at": "2024-05-22T11:53:41.984Z",
      "object": "campaign"
    },
    "promotion_tier": {
      "id": "promo_ngk5uklWrv3rEzatxoJmE36d",
      "created_at": "2024-05-22T11:53:42.153Z",
      "updated_at": "2024-05-22T15:32:16.659Z",
      "name": "Webhook tier",
      "banner": null,
      "action": {
        "discount": {
          "type": "AMOUNT",
          "amount_off": 2000,
          "effect": "APPLY_TO_ORDER"
        }
      },
      "metadata": {},
      "hierarchy": 1,
      "active": true,
      "summary": {
        "redemptions": {
          "total_redeemed": 0
        },
        "orders": {
          "total_amount": 0,
          "total_discount_amount": 0
        }
      },
      "object": "promotion_tier",
      "validation_rule_assignments": null,
      "category_id": "cat_0d8549688e92d8e643",
      "categories": []
    }
  },
  "source": {
    "id": "wh_rCBGywDKkRMSbsUa0cTI9pKX",
    "object": "webhook",
    "target_url": "https://webhook.site/13297010-1db1-4207-9da8-458a0e27c348"
  },
  "event": {
    "id": "evcam_0ec9f86c67847250b4",
    "type": "campaign.promotion_tier.deleted",
    "created_at": "2024-05-22T15:36:12.958Z",
    "entity_id": "camp_RY00xpbAEXXGQszBDFve6hAP",
    "group_id": "v-0ec9f86c640311c439",
    "event_source": {
      "channel": "USER_PORTAL",
      "user": {
        "id": "user_ypzfEcSAphSONMGJRlj6trzXKsh7FGX7"
      }
    }
  }
}
Language
Click Try It! to start a request and see the response here!