{
"id": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"webhookId": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
"type": "THANK_YOU_SENT",
"apiVersion": "V1",
"createdAt": "2020-08-13T09:05:36.939+00:00",
"testMode": false,
"data": {
"id": "ty_EdJvIXu3SEiXe_QkPavHSA",
"mediaUrl": "https://fourthwall.com/thankyou/ty_EdJvIXu3SEiXe_QkPavHSA",
"contribution": {
"id": "don_Kpcjx4HIQ1e4bTIOjX9CsA",
"shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
"supporter": {
"email": "supporter@fourthwall.com",
"username": "Johnny123",
"message": "Sample message"
},
"type": "DONATION"
}
}
}Webhook Events
Thank you sent
Fired when a thank you message is sent to a supporter.
WEBHOOK
THANK_YOU_SENT
{
"id": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"webhookId": "00aa4abd-5778-4199-8161-0b49b2f212e5",
"shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
"type": "THANK_YOU_SENT",
"apiVersion": "V1",
"createdAt": "2020-08-13T09:05:36.939+00:00",
"testMode": false,
"data": {
"id": "ty_EdJvIXu3SEiXe_QkPavHSA",
"mediaUrl": "https://fourthwall.com/thankyou/ty_EdJvIXu3SEiXe_QkPavHSA",
"contribution": {
"id": "don_Kpcjx4HIQ1e4bTIOjX9CsA",
"shopId": "sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb",
"supporter": {
"email": "supporter@fourthwall.com",
"username": "Johnny123",
"message": "Sample message"
},
"type": "DONATION"
}
}
}Body
application/json
Unique identifier for this webhook event
Example:
"00aa4abd-5778-4199-8161-0b49b2f212e5"
ID of the webhook configuration that triggered this event
Example:
"00aa4abd-5778-4199-8161-0b49b2f212e5"
ID of the shop that generated this event
Example:
"sh_c689d374-22ca-43d3-8d29-9ef0805cc4cb"
The event type
Example:
"THANK_YOU_SENT"
API version of the webhook payload
Example:
"V1"
When this event was created
Example:
"2020-08-13T09:05:36.939+00:00"
Whether this event was sent in test mode
Example:
false
Show child attributes
Show child attributes
Response
200
Event received successfully