POST
/
webhooks
/
gift_requests
curl --request POST \
  --url https://admin.thnks.com/api/v1/webhooks/gift_requests \
  --header 'Authorization: <api-key>' \
  --header 'Content-Type: application/json' \
  --data '{
  "gift_id": 123,
  "recipients": [
    {
      "email": "<string>",
      "first_name": "<string>",
      "last_name": "<string>",
      "message": "<string>"
    }
  ]
}'

Use this Thnks webhook to automatically generate a unique Thnks Redemption URL for embedding in non-Thnks managed campaigns.

Content-Type
string
default:"application/json"

This should always be application/json

gift_id
integer
required

Variable containing Thnks id of the item(s) the Customer wants to send

recipients
array