Watch Company
watch_companyAdd or remove a company from your watchlist to receive daily job alerts and weekly digests based on its hiring activity.
Instructions
Add a company to the authenticated user's watchlist on HireJack (or remove it with action='unfollow'). Watched companies power watchlist_intelligence, daily job alerts, and the weekly digest. Idempotent — following an already-watched company is a no-op. Use when the user says 'watch this company', 'follow Stripe for me', or 'stop watching them'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| action | No | Default 'follow'. 'unfollow' removes the company from the watchlist. | |
| domain | Yes | Company domain to watch, e.g. 'stripe.com'. Find domains via `search_companies`. |