Braze Event - Gift Check-in

This includes user gift check-in events triggered as they happen in the Punchh system.

{
  "events": [
    {
      "external_id": "18268",
      "name": "checkins_gift",
      "properties": {
        "created_at": "2021-08-16T15:09:35Z",
        "gifted_by_id": 2,
        "points_earned": 5,
        "business_uuid": "BUSINESS_UUID_GOES_HERE",
        "gifted_by_type": "Admin",
        "points_spent": 0,
        "checkin_id": 138891,
        "expiring_on": "2021-08-21",
        "redemption_id": 0,
        "status": "gift",
        "updated_at": "2021-08-16T15:09:35Z",
        "location_id": 1617,
        "location_name": "LOCATION_NAME_GOES_HERE",
        "approved": true,
        "first_punchh_at_business": false,
        "first_punchh_at_location": false,
        "gift_reason": "Support Activity",
        "gifted_for_id": 740,
        "gifted_for_type": "FeedbackReply",
        "pending_refresh": false,
        "store_number": "4455"
      },
      "time": "2021-08-16T15:15:14Z"
    }
  ]
}

Response Parameters

See the table in the Response Parameters section in Event - Check-in - Gift and Loyalty for descriptions of the parameters in the properties object.