---
title: "Thank You Sent"
method: POST
path: "THANK_YOU_SENT"
tags: ["Thank You Events"]
---

# Thank You Sent

`POST THANK_YOU_SENT` (webhook)

Fired when a thank you message is sent to a supporter.

## Payload

- object
  - `id` string, required — Unique identifier for this webhook event
  - `webhookId` string, required — ID of the webhook configuration that triggered this event
  - `shopId` string, required — ID of the shop that generated this event
  - `type` string, required — The event type
  - `apiVersion` string, required — API version of the webhook payload
  - `createdAt` string, date-time, required — When this event was created
  - `testMode` boolean, required — Whether this event was sent in test mode
  - `data` ComFourthwallOpenapiModelThankYouV1, required
    - `id` string, required
    - `mediaUrl` string, required
    - `contribution` union, required
      - ComFourthwallOpenapiModelThankYouContributionDonation
        - `type` 'DONATION', required
        - `id` string, required
        - `shopId` string, required
        - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
          - `email` string, required
          - `username` string
          - `message` string
      - ComFourthwallOpenapiModelThankYouContributionGiftPurchase
        - `type` 'GIFT_PURCHASE', required
        - `id` string, required
        - `shopId` string, required
        - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
          - `email` string, required
          - `username` string
          - `message` string
      - ComFourthwallOpenapiModelThankYouContributionMembership
        - `type` 'MEMBERSHIP_PAYMENT_CHARGE', required
        - `id` string, required
        - `shopId` string, required
        - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
          - `email` string, required
          - `username` string
          - `message` string
      - ComFourthwallOpenapiModelThankYouContributionOrder
        - `type` 'ORDER', required
        - `id` string, required
        - `shopId` string, required
        - `supporter` ComFourthwallOpenapiModelThankYouContributionSupporter, required
          - `email` string, required
          - `username` string
          - `message` string

## Acknowledgement `200`

Event received successfully

---

[API](https://skmtc.net/fourthwall/apis/fourthwall-apis-2.md) · [All operations](https://skmtc.net/fourthwall/apis/fourthwall-apis-2/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/fourthwall/fourthwall-apis-2/revisions/ef273312f051/schema)
