Send budget exceeded notification
Send email notification when budget is exceeded
| Header Parameters |
|---|
X-Bc-Token string — REQUIREDJWT token with user account |
X-Bc-Ws string — REQUIREDUUID of the workspace |
| Request Body — REQUIRED |
|---|
to emailRecipient email address |
budget_name stringName of the budget |
current_amount stringCurrent budget amount |
budget_limit stringBudget limit amount |
currency stringCurrency code |
username stringUser name |
| Responses |
|---|
200Budget exceeded notification sent successfully |