Account trigger detection (dated inflection points + first touch)
detect_account_triggersDetect recent account inflection points (leadership changes, funding, hiring surges, product updates, regulatory events) within a timeframe.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | No | Klarix client id (kebab-case, e.g. "alium-batteries"). Loads company name, domain, value propositions, win themes, and ICP from clients/{client_id}/context.json when that file is reachable. Explicit arguments always override it. | |
| our_domain | No | Your own web domain, e.g. "klarix.ai". Lets the tool research your side of the comparison. | |
| target_domain | Yes | Domain of the account to scan for inflection points, e.g. "acme.com". | |
| timeframe_days | No | How far back to look for triggers, in days. Default 90. Anything older is context, not a trigger. | |
| target_vertical | No | The market this account operates in, e.g. "medical device OEMs". Sharpens which events count as triggers. | |
| our_company_name | No | Your company name. Curates the analysis toward how YOU win instead of a generic read. | |
| our_differentiators | No | What you actually win on, in your words, e.g. ["3-7 day delivery", "done-for-you, not DIY"]. Anchors talk tracks to claims you can defend. | |
| target_company_name | No | Proper name of the account, when the domain does not make it obvious. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sources | Yes | ||
| unknowns | Yes | ||
| our_context | No | ||
| scan_summary | Yes | ||
| target_domain | Yes | ||
| timeframe_days | Yes | ||
| target_vertical | Yes | ||
| leadership_moves | Yes | ||
| confidence_detail | No | ||
| growth_and_hiring | Yes | ||
| evidence_confidence | Yes | ||
| product_and_pricing | Yes | ||
| target_company_name | Yes | ||
| top_immediate_trigger | Yes | ||
| regulatory_or_compliance | Yes |