**Schedule Name (Required):** Provide a `name` to identify your schedule. Names must be unique (max 255 characters).
**Start:** The first job runs at the `time_of_day` on the `starts_at` date, after which jobs will run on the provided interval (format: `YYYY-MM-DD`).
If none is provided, the first job will run at the next `time_of_day`.
**Expiration:** A final job runs at the scheduled `time_of_day` on the `expires_at` date, after which no more jobs will run (format: `YYYY-MM-DD`, default 30 days from creation, max 365 days)
**Webhook:** Results are delivered to your specified webhook URL after each run
## Threshold Monitoring
Set balance thresholds to receive webhook notifications when an account's balance meets or exceeds a specified amount.
| Field | Level | Description |
| ------------------ | ---------- | ------------------------------------------------------------------------------------------------------------------------------------ |
| `threshold_amount` | Request | Applies to all authorizers in the batch. When any authorizer's balance meets or exceeds this amount, a webhook notification is sent. |
| `threshold_amount` | Authorizer | Set within each authorizer object to define individual thresholds. Overrides the request-level threshold if both are provided. |