Webhooks
⚙️ Setup
📬 Event Types
{
"event_type": "product_access_granted",
"object": "product_access",
"id": 1234,
"type": "granted",
"order_id": 12345,
"timestamp": 1754055687,
"order": {
"id": 12345,
"metadata": null
},
"vendor": {
"id": "t_e93ffe9",
"slug": "superstore",
"name": "Super Store"
},
"user": {
"id": 12345,
"name": "John Doe",
"email": "john.doe@gmail.com"
},
"product": {
"id": "dXm3_9999",
"name": "testwh"
}
}🔎 Field Notes
♻️ Resend Events


Last updated