Skip to content

Commit

Permalink
Update slack notification docs
Browse files Browse the repository at this point in the history
  • Loading branch information
that-guy-iain committed Jan 9, 2025
1 parent 36319a8 commit 3df7182
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/user/integration/slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,3 +120,20 @@ The format in the templates to use a variable is ``{{variable.name}}``.
| subscription.seats_number | The number of seats for the plan | 4 |
| subscrtipion.start_date | The start date of the subscription | |
| subscrtipion.valid_until | The end date of the subscription | |

## Country Tax Threshold Reached

| Name | Description | Example |
| --- | --- | --- |
| country.name | The name of the country | United Kingdom |
| country.code | The ISO code for the country | GB |
| country.threshold_amount | The Threshold amount for country | 90,000.00 |

## State Tax Threshold Reached

| Name | Description | Example |
| --- | --- | --- |
| country.name | The name of the country | United States Of America |
| country.code | The ISO code for the country | US |
| state.name | The name of the country | Texas |
| state.threshold_amount | The Threshold amount for state | 90,000.00 |

0 comments on commit 3df7182

Please sign in to comment.