Braze Event - Coupon Issuance - Unlock Type
This includes events where a coupon is gifted/issued in the Punchh system. These events are triggered as they happen in the Punchh system.
{
"events": [
{
"external_id": "EXTERNAL_ID_GOES_HERE",
"name": "coupons",
"properties": {
"applicable_flat_discount": 0,
"applicable_percentage_discount": 0,
"business_uuid": "BUSINESS_UUID_GOES_HERE",
"code": "CODE_GOES_HERE",
"coupon_campaign_id": 205,
"coupon_id": COUPON_ID_GOES_HERE,
"coupon_type": "unlock",
"created_at": "2024-03-04T15:36:37Z",
"email": "test@example.com",
"expiry_at": "2024-03-14T06:59:59Z",
"redeemable": {
"redeemable_id": 129
},
"status": "issued",
"updated_at": "2024-03-04T15:36:37Z",
"user_id": 111111111
},
"time": "2024-03-04T15:36:37Z"
}
],
"partner": "punchh"
}
Response Parameters
| partner | String | Integration partner through which the event is generated. Valid value: punchh. This value should always be set as "punchh" when sending the event. |
See the table in the Response Parameters section in Event - Coupon Issuance - Unlock Type for descriptions of the parameters in the properties object.