Create a monitor
monitors_createWatch a social account or search and get a signed webhook when new content appears. Runs a synchronous baseline check on create — the response includes what's there right now, and you'll only get webhooks for items after that.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| type | Yes | interval or cron. | |
| params | Yes | Params for the source, e.g. { handle: "elonmusk" }. | |
| minutes | No | Required when type is interval. | |
| timezone | No | IANA timezone, required when type is cron. | |
| expression | No | Cron expression, required when type is cron. | |
| operationId | Yes | A watchable operationId from monitors_sources_list. | |
| spendCapCredits | No | ||
| webhookEndpointId | No |