> ## Documentation Index
> Fetch the complete documentation index at: https://getequity.io/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# token.gifted

> Triggered when a sender gifts tokens to another user.

Triggered when a token gift is sent. Delivered to the sender's organisation.

```json theme={null}
{
  "webhook_event": "token.gifted",
  "user": {
    "_id": "<userId>",
    "email": "<string>",
    "name": "<string>"
  },
  "gift": {
    "_id": "<giftId>",
    "sender": "<userId>",
    "sender_model": "<string>",
    "sender_reference": "GETXN_TKN_GIFT_<ref>",
    "receiver_reference": "<string?>",
    "email": "<recipientEmail>",
    "token": "<tokenId>",
    "amount": "<number>",
    "message": "<string>",
    "status": "Pending",
    "createdAt": "<ISO>",
    "updatedAt": "<ISO>"
  }
}
```
