Watch a series (webhook on movement)
create_monitorCreate a monitor: when the store's refresh lands a new period or a revised value for the series, a series.updated webhook fires to your URL with the new value, verification status, and citation. Requires an API key (free with an account at /account); webhook must be https. Manage with list_monitors / delete_monitor.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | Source slug, e.g. 'fred' | |
| seriesId | Yes | Series id, e.g. 'DGS10' | |
| webhookUrl | Yes | https URL to receive series.updated events |