Manage the joelclaw webhook gateway — add providers, debug delivery, register with external services.
| Provider | Events | Signature | Funnel URL |
| todoist | comment.added, task.completed, task.created | HMAC-SHA256 (x-todoist-hmac-sha256) | https://panda.tail7af24.ts.net/webhooks/todoist | | front | message.received, message.sent, assignee.changed | HMAC-SHA1 (x-front-signature) | https://panda.tail7af24.ts.net/webhooks/front |
joelclaw 웹훅 게이트웨이에서 웹훅 공급자를 추가, 디버깅 및 관리하세요. 사용 시기: 새로운 웹훅 통합(GitHub, Stripe, Vercel 등) 추가, 웹훅 서명 오류 디버깅, 웹훅 전달 확인, 웹훅 엔드포인트 테스트, 외부 서비스에 웹훅 등록 또는 웹훅 공급자 구현 검토. 트리거: '웹훅 추가', '새 웹훅 공급자', '웹훅 작동하지 않음', '웹훅 서명 실패', '웹훅 등록', '웹훅 디버그', '웹훅 확인', 'Vercel/GitHub/Stripe 웹훅 추가', '웹훅 401', '웹훅 엔드포인트 테스트' 또는 외부 서비스 웹훅 통합 작업. 출처: joelhooks/joelclaw.