DevOps & 코드

PublicClaude 서브에이전트

양식 제출 라우터

접수된 폼은 하나의 수신함에 쌓이고, 누군가 하나하나 읽고 어디로 보낼지 판단해야 합니다. 그 지연 사이에 뜨거운 리드가 식어버립니다. 이 라우터는 모든 제출건을 읽고 담당자가 확인하기 전에 올바른 경로로 분류합니다.

sonnet3일WebhookOpenAIHubSpotSlack
ClaudeClaude
ROI for
README.md

왜 이 서브에이전트인가

접수된 폼은 하나의 수신함에 쌓이고, 누군가 하나하나 읽고 어디로 보낼지 판단해야 합니다. 그 지연 사이에 뜨거운 리드가 식어버립니다. 이 라우터는 모든 제출건을 읽고 담당자가 확인하기 전에 올바른 경로로 분류합니다.

여러 폼에 걸쳐 필드를 표준화하고, 의도를 분류하고, CRM에서 기존 연락처를 확인한 뒤, 리드를 올바른 파이프라인에 등록하고 담당 팀에 알림을 보냅니다. 각 판단에 대한 신뢰도 점수와 함께 모든 폼이 몇 초 안에 라우팅됩니다.

작동 방식

    • Read

      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.

샘플 출력

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.