Braze Event - Rewards

This includes user rewards gifted/issued events triggered as they happen in the Punchh system based on configuration or activity.

{
  "events": [
    {
      "external_id": "EXTERNAL_ID_GOES_HERE",
      "name": "rewards",
      "properties": {
        "gifted_for_type": "FeedbackReply",
        "business_uuid": "BUSINESS_UUID_GOES_HERE",
        "expiring_at_tz": "2021-08-26T23:59:59-07:00",
        "meta_data": "meta1, meta2",
        "becomes_available_at": "2021-08-16T08:22:06-07:00",
        "created_at": "2021-08-16T15:22:06Z",
        "description": "French Fries Desc",
        "discount_amount": 5,
        "discount_channel": "all",
        "name": "French Fries",
        "redeemable_id": 132,
        "store_numbers": "4455,39450",
        "updated_at": "2021-08-16T15:22:06Z",
        "expiring_at": "2021-08-27T06:59:59Z",
        "franchisee_id": 4,
        "gift_reason": "Support Activity",
        "gifted_for_id": 741,
        "redeemable_created_at": "2021-07-07T13:54:01Z",
        "reward_id": 10712,
        "reward_image_url": "IMAGE_URL_GOES_HERE",
        "reward_points_redeemed": 100,
        "status": "unredeemed"
      },
      "time": "2021-08-16T15:23:08Z"
    }
  ]
}

Response Parameters

See the table in the Response Parameters section in Event - Rewards for descriptions of the parameters in the properties object.