scheduler
Control LinkedIn outreach automation: check status, toggle on/off, review logs and activity, run diagnostics, or move sending between cloud and local machine.
Instructions
Manage the autonomous scheduler — view status or toggle on/off.
Args:
action: What to do:
"status" — Show scheduler status, pending jobs, and recent activity
"toggle" — Enable or disable the scheduler
"observe" — Collect and classify signals, and check replies, while this
machine sends nothing: no invitations, DMs, engagements, or
enrolments. Local only — it does not stop 24/7 cloud scheduling,
which must be disabled separately with
scheduler(action='toggle', enabled=False, cloud=True)
"always_on" — Enable/disable always-on mode (auto-re-enable + immediate email alerts)
"logs" — Event log with job metrics and recent failures
"activity" — Real action results from DB: what happened, what didn't, and why
"diagnostics" — Full system diagnostics: rate limits, timers, blockers
"report" — Configure periodic email campaign reports
"backfill_cloud" — One-shot push of ALL local history (every campaign,
any mode/status) to the hosted dashboard (backend mode only)
"send_from" — Move all campaign outbound to the cloud or this machine.
Pass host="cloud" (default for hosted accounts) or host="local".
Local turns the cloud scheduler off so both never send.
enabled: True to enable, False to disable (for 'toggle').
For 'report': True to enable email reports, False to disable.
cloud: If True, toggle the cloud scheduler for 24/7 operation (for 'toggle').
Launching or resuming a campaign already switches it on for hosted
accounts; pass cloud=True, enabled=False to stop the backend sending
while leaving this machine's scheduler alone.
hours: Lookback window in hours for 'logs' and 'activity' (default 24).
For 'report': report interval in hours (1, 2, 4, 8, or 24).
Omitted, 'report' leaves the stored interval unchanged.
event_type: Filter events by type for 'logs'.
For 'report': recipient email (empty = use login email).
campaign_id: Filter by campaign for 'logs', 'activity', and 'diagnostics'.
host: For 'send_from': "cloud" or "local".
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | ||
| cloud | No | ||
| hours | No | ||
| action | No | status | |
| enabled | No | ||
| event_type | No | ||
| campaign_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |