Build AI agent workflows that act on carrier intelligence.
Compose AlphaLoops into any n8n workflow. Trigger on a new lead, enrich with verified carrier data, score risk, route to the right rep, post to Slack, sync back to your CRM. 13 verified node operations across carriers, contacts, fleet, crashes, and inspections. Drop them into agents that run your GTM motion automatically.
AI agent workflows for GTM teams
Compose AlphaLoops's 13 verified node operations with any of n8n's 1,000+ integrations. Add AI agent nodes for reasoning. Run on triggers, schedules, or webhooks.
Auto-enrich every inbound lead
Form submission triggers carrier lookup, contact enrichment, fit scoring, and CRM update. An AI agent reasons over the profile to assign the right rep.
Alert on risk changes in your book
Daily schedule pulls your customer list from Salesforce, checks AlphaLoops for new risk signals, posts changes to Slack and updates account records.
Build target lists conversationally
An AI agent accepts a natural-language ICP description, runs AlphaLoops filtered queries, finds people at each carrier, and drops results into your CRM as a campaign.
Block tendering to risky carriers
A TMS webhook fires on new load tender. n8n checks AlphaLoops for crashes, violations, and risk signals. If thresholds are exceeded, the tender is blocked and the dispatcher is notified.
13 verified operations across 5 resources
Every operation accepts standard n8n inputs and returns structured JSON. Use them in any node graph or compose them into AI agent tool calls.
- Get by DOT
- Get by MC
- Search
- Filtered Query
- Get Authority
- Get News
- Search
- Enrich
- List
- Get Trucks
- Get Trailers
- List
- Get Violations
Inbound lead enrichment agent
A complete n8n workflow you can clone. Inbound form submission triggers carrier lookup, contact enrichment, AI-driven routing, and CRM sync.
{
"node": "AlphaLoops Freight API",
"resource": "carrier",
"operation": "getByDot",
"parameters": {
"dotNumber": "={{ $json.dot }}",
"include": [
"risk_signals",
"fleet",
"authority"
]
},
"credentials": {
"alphaLoopsApi": "AlphaLoops API"
}
}
Installed in 5 minutes
AlphaLoops is a verified n8n community node. Install once at the instance level, then anyone on your team can drop it into workflows.
Install the verified node
Your n8n instance owner installs @alphaloops/n8n-nodes-alphaloops from the verified community nodes registry. Works on n8n Cloud, self-hosted, and embedded.
Add your API key
Create AlphaLoops API credentials in n8n's Credentials manager. Paste your API key from runalphaloops.com/api-keys.
Drop into any workflow
Search "AlphaLoops" in the node panel. Pick a resource (Carrier, Contact, Crash, Fleet, Inspection) and an operation. Connect to upstream and downstream nodes.
Connect AlphaLoops to 1,000+ apps
Every n8n integration is a tool for your AlphaLoops workflows. Use the ones you already run.
- Salesforce
- HubSpot
- Dynamics 365
- Pipedrive
- Attio
- Slack
- Microsoft Teams
- Gmail
- SendGrid
- Twilio
- Anthropic Claude
- OpenAI
- Google Gemini
- Mistral
- Self-hosted LLMs
- PostgreSQL
- Snowflake
- BigQuery
- Google Sheets
- Airtable
How GTM teams compose AlphaLoops into agents
SERIES A
A freight tech company runs three production AlphaLoops agents in n8n: inbound lead enrichment, customer risk monitoring, and conversational prospecting. The agents handle work that previously occupied two SDR-ops headcount and produce more consistent output.
Every inbound lead gets enriched and routed within 30 seconds. Their customer book is re-scored for risk signals nightly. SDRs converse with a prospecting agent in Slack to spin up new target lists. AlphaLoops is the carrier intelligence layer; n8n is the orchestration; Claude is the reasoning. They composed the whole stack in two weeks.