Newsrooms do not lose time to the event. They lose time between signal and assignment. Manual monitoring and late alerts shrink the reporting window.
Define beats and entities that matter. When a pattern spikes, your webhook receives a structured alert your newsroom can act on.
When "resignation" + a public official crosses your threshold, TrendsAGI triggers a webhook that opens editorial triage, assigns a reporter, and creates a verification checklist.
Your webhook receives a predictable structure so you can route alerts, assign coverage, and trigger automation.
POST https://your-webhook-endpoint
X-Webhook-Signature: <hmac-sha256>
Content-Type: application/json
{
"trend_name": "Minister resignation rumors accelerating",
"category": "journalism/politics",
"severity": "high",
"velocity": 1800,
"timestamp": "2026-01-31T18:42:00Z",
"summary": "Resignation chatter spiking across political reporters",
"entities": ["Prime Minister", "Cabinet"],
"source_link": "https://trendsagi.com/briefings/...",
"recommended_next_steps": [
"Triage alert",
"Assign reporter",
"Start verification checklist"
]
}Definitions, methodology, and how to choose thresholds to reduce noise.
How early are alerts?▾
Alerts trigger when signals cross your thresholds, often before stories consolidate in mainstream coverage.
How do we reduce noise?▾
Start with a narrow beat and conservative thresholds. Then tighten rules based on what your desk covers.
Can we route alerts by desk or beat?▾
Yes. Use different watchlists and webhook endpoints per desk, region, or topic.
Do we need engineering help?▾
If you can receive a webhook, you can start. Engineering helps if you want deeper routing and automation.
Your newsroom should not watch the internet manually. Let agents trigger structured alerts and workflows.