create_rate_alert
Monitor a currency pair and get notified by email or webhook when the exchange rate moves above or below a threshold you define.
Instructions
Create a rate alert that fires (by email and optional webhook) when a pair crosses a threshold. Requires Business plan or higher.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Target currency ISO code (e.g. EUR). | |
| from | Yes | Source currency ISO code (e.g. USD). | |
| direction | Yes | Fire when the rate goes above or below the threshold. | |
| threshold | Yes | Rate threshold (positive number). | |
| notify_url | No | Optional public https URL to receive a signed webhook when the alert fires. |