discount_group.created
Occurs when a discount group is created.
Payload includes the complete discount_group entity.
New or changed entity.
Unique Paddle ID for this discount group, prefixed with dsg_.
Whether this entity can be used in Paddle.
Name of this discount group, typically something short and memorable for categorization. Not shown to customers.
Import information for this entity. null if this entity is not imported.
RFC 3339 datetime string of when this entity was created. Set automatically by Paddle.
RFC 3339 datetime string of when this entity was updated. Set automatically by Paddle.
Unique Paddle ID for this event, prefixed with evt_.
Type of event sent by Paddle, in the format entity.event_type.
Unique Paddle ID for this notification, prefixed with ntf_.
RFC 3339 datetime string of when this event occurred.
12345678910111213141{
2 "event_id": "evt_01hv6scz1kqjp8wx6ft1mc3kd2",
3 "event_type": "discount_group.created",
4 "occurred_at": "2024-11-28T14:36:15.283806Z",
5 "notification_id": "ntf_01hv6scz45nrn82tmkw4ywb71k",
6 "data": {
7 "id": "dsg_01js2gqehzccfkywgx1jk2mtsp",
8 "name": "Black Friday 2024",
9 "status": "active",
10 "import_meta": null,
11 "created_at": "2024-11-28T14:36:14.695Z",
12 "updated_at": "2024-11-28T14:36:14.695Z"
13 }
14}