Use when sending a Telegram message to Mason via FRANKEN. Triggers on "Mason에게 알림", "텔레그램으로 보내", "notify Mason", "FRANKEN으로 메시지 전송" or similar Telegram notification requests through the FRANKEN pipeline.
"Mason에게 알림", "텔레그램으로 보내", "notify Mason", "FRANKEN으로 메시지 전송" 등 FRANKEN 경유 Telegram 발송 요청 시.
폴백: FRANKEN 2회 이상 실패 시 → mason-direct-notify 스킬로 직접 발송.
Claude가 franken_execute MCP 툴을 통해 FRANKEN Worker에 Telegram 발송 지시를 내리는 워크플로우.
Claude → franken_execute(task) → FRANKEN Worker → Telegram (Mason)
chat_id (integer, required): 대상 Telegram 채팅 ID. Mason 기본값: 8004316892text (string, required): 전송할 메시지 본문. 핵심만 요약하여 전달.metadata (object, optional): 로깅/추적용 추가 정보.request_id (string, optional): 추적용 식별자.mcp__claude_ai_franken-mcp__franken_executehttps://n8n.masonaisystem.tech/webhook/hub-tg-notify8004316892{
"task": "텔레그램으로 Mason(chat_id: 8004316892)에게 메시지 보내줘:\n\n[메시지 내용]",
"model": "gpt-4o-mini"
}
chat_id 정수 여부, text 비어있지 않은지 확인. 필수 필드 누락 시 에러 반환.mcp__claude_ai_franken-mcp__franken_execute 툴로 전송.{"status":"ok"} 또는 발송 완료 메시지 확인.{"status":"ok","delivered":true,"request_id":<optional>}{"status":"error","delivered":false,"error":<message>,"retriable":true|false}status: ok 또는 발송 완료 메시지 포함 여부 확인.mason-direct-notify 스킬 폴백 여부 결정.text가 빈 문자열이면 중단.mason-direct-notify로 폴백 후 보고.