porgokapso·gokapso· v1.0.0 · atualizado em 2026-04-10
80
Score
Observe and troubleshoot WhatsApp in Kapso: debug message delivery, inspect webhook deliveries/retries, triage API errors, and run health checks. Use when investigating production issues, message failures, or webhook delivery problems.
List messages: — Use `node scripts/messages.js` to list messages for a specific phone number ID.
2
Inspect message: — Use `node scripts/message-details.js` to get details for a specific message ID.
3
Find conversation: — Use `node scripts/lookup-conversation.js` to find a conversation by phone number.
4
Triage errors: — Use `node scripts/errors.js`, `node scripts/api-logs.js`, and `node scripts/webhook-deliveries.js` to triage message errors, API logs, and webhook deliveries.
5
Run health checks: — Use `node scripts/overview.js` and `node scripts/whatsapp-health.js` to check project overview and phone number health.
6
Explore OpenAPI: — Use `node scripts/openapi-explore.mjs` to explore the Kapso API.