Back to integrations
    ALPHALOOPS FOR N8N
    A
    +
    n8n
    VERIFIED · LIVE ON N8N

    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.

    WORKFLOW · NEW-LEAD-VETTING
    Inbound carrier enrichment agent
    Running · 247 executions today
    H
    Trigger
    HubSpot · Contact form submission
    A
    AlphaLoops · Carrier
    Get by DOT → full profile + risk grade
    A
    AlphaLoops · Contact
    Enrich → verified email + phone
    AI Agent · Route
    Score fit + assign owner by territory
    Slack · Notify
    #new-leads channel · @assigned-rep
    Last run · 2 min ago+ 2 verified contacts pushed
    SECTION 02 · WHAT YOU CAN BUILD

    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.

    MOST POPULAR
    INBOUND ENRICHMENT

    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.

    Form triggerGet by DOTEnrich contactAI agentCRM update
    RISK MONITORING

    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.

    ScheduleSalesforce queryGet by DOTGet authoritySlack
    PROSPECTING AGENT

    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.

    Chat triggerAI agentFiltered querySearch contactsHubSpot push
    LOAD-TENDER GUARD

    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.

    WebhookList crashesList inspectionsConditionalSlack alert
    SECTION 03 · NODE OPERATIONS

    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.

    A
    CARRIER
    • Get by DOT
    • Get by MC
    • Search
    • Filtered Query
    • Get Authority
    • Get News
    A
    CONTACT
    • Search
    • Enrich
    A
    CRASH
    • List
    A
    FLEET
    • Get Trucks
    • Get Trailers
    A
    INSPECTION
    • List
    • Get Violations
    SECTION 04 · WORKFLOW EXAMPLE

    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.

    WORKFLOW GRAPH
    Webhook trigger
    POST /webhook/inbound-lead
    A
    AlphaLoops · Get by DOT
    dot_number: {{$json.dot}}
    A
    AlphaLoops · Contact Enrich
    dot: {{$json.dot}}, role: VP+
    AI Agent · Route
    model: claude-opus, fit + territory
    H
    HubSpot · Create/Update Company
    owner: {{$json.assignedRep}}
    Slack · Notify rep
    channel: #new-leads
    ALPHALOOPS NODE CONFIG · JSON
    {
      "node": "AlphaLoops Freight API",
      "resource": "carrier",
      "operation": "getByDot",
      "parameters": {
        "dotNumber": "={{ $json.dot }}",
        "include": [
          "risk_signals",
          "fleet",
          "authority"
        ]
      },
      "credentials": {
        "alphaLoopsApi": "AlphaLoops API"
      }
    }
    SECTION 05 · SETUP

    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.

    A

    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.

    B

    Add your API key

    Create AlphaLoops API credentials in n8n's Credentials manager. Paste your API key from runalphaloops.com/api-keys.

    C

    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.

    AUTH: API key
    STATUS: Verified community node
    RUNTIME: n8n Cloud, self-hosted, embedded
    REGISTRY: npm @alphaloops/n8n-nodes-alphaloops
    SECTION 06 · COMPOSE WITH ANY STACK

    Connect AlphaLoops to 1,000+ apps

    Every n8n integration is a tool for your AlphaLoops workflows. Use the ones you already run.

    CRM
    • Salesforce
    • HubSpot
    • Dynamics 365
    • Pipedrive
    • Attio
    MESSAGING
    • Slack
    • Microsoft Teams
    • Gmail
    • SendGrid
    • Twilio
    AI MODELS
    • Anthropic Claude
    • OpenAI
    • Google Gemini
    • Mistral
    • Self-hosted LLMs
    DATA & STORAGE
    • PostgreSQL
    • Snowflake
    • BigQuery
    • Google Sheets
    • Airtable
    SECTION 07 · CUSTOMER

    How GTM teams compose AlphaLoops into agents

    FREIGHT TECH
    SERIES A
    UNDER NDA

    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.

    SECTION 08 · FAQ

    Frequently asked questions

    Build your first carrier agent in 15 minutes.

    Verified n8n node. Works with every CRM, messaging tool, and AI model n8n supports.

    HELLO@RUNALPHALOOP.COM