접수된 폼은 하나의 수신함에 쌓이고, 누군가 하나하나 읽고 어디로 보낼지 판단해야 합니다. 그 지연 사이에 뜨거운 리드가 식어버립니다. 이 라우터는 모든 제출건을 읽고 담당자가 확인하기 전에 올바른 경로로 분류합니다.
sonnet3일WebhookOpenAIHubSpotSlack
Claude
87ROI
83Scale
$3k91Saved
ROI for
README.md
왜 이 서브에이전트인가
접수된 폼은 하나의 수신함에 쌓이고, 누군가 하나하나 읽고 어디로 보낼지 판단해야 합니다. 그 지연 사이에 뜨거운 리드가 식어버립니다. 이 라우터는 모든 제출건을 읽고 담당자가 확인하기 전에 올바른 경로로 분류합니다.
여러 폼에 걸쳐 필드를 표준화하고, 의도를 분류하고, CRM에서 기존 연락처를 확인한 뒤, 리드를 올바른 파이프라인에 등록하고 담당 팀에 알림을 보냅니다. 각 판단에 대한 신뢰도 점수와 함께 모든 폼이 몇 초 안에 라우팅됩니다.
작동 방식
Used at step 01 to kick off the pipeline.
Write
Used at step 01 to kick off the pipeline.
WebFetch
Used at step 01 to kick off the pipeline.
WebSearch
Used at step 01 to kick off the pipeline.
메시지 본문과 메타데이터를 분석해 영업, 지원, 파트너십 등 적절한 라인으로 분류합니다.
pending
CRM에 해당 이메일이 이미 존재하는지 확인하고, 신규 등록 또는 기존 데이터 갱신을 선택적으로 실행합니다.
pending
리드를 매칭된 CRM 파이프라인에 기록하고 Slack로 담당 팀에 알림을 보냅니다.
pending
샘플 출력
json
// Sample output
// (generated when the pipeline finishes)
Given a normalized form submission, classify it into one CRM lane and return a JSON object with lane, confidence, matched contact id, and the routing action taken.
Unlock the rest
The full agent definition, install snippet, and starter task are gated for community members.
Members get the full `.md` agent file, the npm / pnpm install one-liners, a starter prompt that we've tuned against real runs, and the open-source repo when this automation ships there. One email, magic link, done.