> For the complete documentation index, see [llms.txt](https://docs.terragon.io/documents/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.terragon.io/documents/appendix/notification-template.md).

# Notification Template

## Actions

<table><thead><tr><th width="284">Action</th><th>Description</th></tr></thead><tbody><tr><td>Initiate Deposit</td><td>Triggered when a deposit is initiated</td></tr><tr><td>Approve Deposit</td><td>Triggered when a deposit is successfully approved</td></tr><tr><td>Decline Deposit</td><td>Triggered when a deposit is declined</td></tr><tr><td>Instruction Deposit (With Ref ID)</td><td>Triggered when a deposit is responded to from the provider with Ref ID</td></tr><tr><td>KYC Approve</td><td>Triggered when a kyc request is approved</td></tr><tr><td>KYC Request Resubmission</td><td>Triggered when it requires players to re-submit the request</td></tr><tr><td>Forgot password</td><td>Triggered for forgot password</td></tr><tr><td>Initiate Withdraw</td><td><p></p><p>Triggered when a withdrawal request is initiated by players</p></td></tr><tr><td>Approve Withdraw</td><td>Triggered when a withdrawal is successfully approved</td></tr><tr><td>Decline Withdraw</td><td>Triggered when a withdrawal is declined</td></tr><tr><td>Email Verification</td><td>Triggered when email verification is requested by players</td></tr></tbody></table>

## **Template variables**

| Action                                                                                                      | Variables                                                                                                                                     |
| ----------------------------------------------------------------------------------------------------------- | --------------------------------------------------------------------------------------------------------------------------------------------- |
| Welcome Sign Up                                                                                             | <p>username</p><p>full\_name</p><p>email\_verification\_link</p>                                                                              |
| <p>Initiate Deposit</p><p>Approve Deposit</p><p>Decline Deposit</p><p>Instruction Deposit (With Ref ID)</p> | <p>reference\_number</p><p>deposit\_amount</p><p>deposit\_id</p><p>expiry\_datetime</p><p>player\_username</p>                                |
| <p>KYC Approve</p><p>KYC Request Resubmission</p>                                                           | user name                                                                                                                                     |
| Forgot password                                                                                             | <p>username</p><p>full\_name</p><p>url</p>                                                                                                    |
| <p>Initiate Withdraw</p><p>Approve Withdraw</p><p>Decline Withdraw</p>                                      | <p>withdraw\_amount</p><p>withdraw\_id</p><p>account\_name</p><p>account\_number</p><p>branch</p><p>player\_username</p><p>currency\_code</p> |
| Email Verification                                                                                          | <p>username</p><p>full\_name</p><p>email</p><p>email\_verification\_link</p>                                                                  |
| OTP Request                                                                                                 | otp                                                                                                                                           |
