create_monitor
Set up a signal monitor to track jobs, news, or advertisements for specified companies and receive alerts via email, webhook, or outreach sequence.
Instructions
Create a new signal monitor to track jobs, news, or advertisements for specified companies
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Monitor name | |
| No | Email address (required when destination_type is "email") | ||
| domains | No | Comma-separated company domains to monitor | |
| companies | No | Comma-separated company UUIDs to monitor | |
| description | No | Monitor description | |
| webhook_url | No | Webhook URL (required when destination_type is "webhook") | |
| signal_types | Yes | Signal types to monitor: "jobs", "news", "advertisements" | |
| linkedin_urls | No | Comma-separated company LinkedIn URLs to monitor | |
| detection_mode | Yes | Detection mode: "new" or "new_and_updated" | |
| signal_filters | No | Signal-specific filters array | |
| company_filters | No | Advanced company filters as JSON string | |
| destination_type | Yes | Destination type: "webhook", "email", or "outreach_sequence" | |
| frequency_minute | No | Check frequency in minutes | |
| max_daily_trigger | No | Maximum daily triggers | |
| notification_email | No | Email for failure notifications | |
| retry_delay_second | No | Retry delay in seconds | |
| max_failure_trigger | No | Maximum failure triggers before pausing | |
| sequence_identifier | No | Outreach sequence identifier (required when destination_type is "outreach_sequence") | |
| is_people_enrichment | No | Enable people enrichment on trigger | |
| is_company_enrichment | No | Enable company enrichment on trigger | |
| max_retry_per_trigger | No | Maximum retries per trigger | |
| max_records_per_trigger | No | Maximum records per trigger | |
| people_enrichment_configs | No | People enrichment configuration array |