edit_scout
Edit a scout's monitoring query, schedule, webhook, or status. Pause, resume, or archive the scout.
Instructions
Update an existing scout's query, schedule, webhook configuration, or status. Use status='paused' to pause, 'active' to resume, or 'done' to archive.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| scout_id | Yes | The scout's unique identifier (UUID) | |
| status | No | Change scout status: 'active' (resume monitoring), 'paused' (stop temporarily), 'done' (archive permanently) | |
| query | No | Updated monitoring query | |
| output_interval | No | Updated run interval in seconds. Minimum 1800 (30 minutes) | |
| webhook_url | No | Updated HTTPS webhook URL. Must use https://. Confirm the URL with the user before setting. | |
| webhook_format | No | Webhook payload format: 'scout' (default), 'slack', or 'zapier' | |
| output_fields | No | Optional: Extract structured data as an array of objects with these field names. Example: ['headline', 'summary', 'url']. If omitted, returns human-readable text. For complex schemas, call the Yutori REST API directly | |
| skip_email | No | Updated email notification preference | |
| user_timezone | No | Timezone for scheduling. Example: 'America/New_York' | |
| user_location | No | User location for geo-relevant searches | |
| is_public | No | Whether scout results are publicly accessible |