How to interact with Kapso WhatsApp from the swarm — read inbound webhook payloads (text AND media), fetch message history, send free-form messages within the 24h session window (and template messages outside it), mark-as-read, show the typing indicator, send reactions, download media, verify webhook signatures, and resolve contacts to swarm users. Canonical reference for ANY Kapso interaction beyond the thin send-whatsapp-message / reply-whatsapp-message MCP tools — for templates, media, reactions, typing, mark-as-read, signature verify, contact resolution, conversation history, drop to the REST recipes here. Use whenever a task references a WhatsApp message routed through Kapso, or when a workflow needs to reply on WhatsApp.
$npx -y skills add desplega-ai/agent-swarm --skill kapso-whatsappInstalls into the current project.
Run `npx skills use "https://github.com/desplega-ai/agent-swarm" --skill "desplega-ai/agent-swarm/kapso-whatsapp"` and follow the generated skill instructions now. Read its complete output, redirecting it to a temporary file first if necessary. Resolve relative paths from the supporting-files directory it provides.
Use the skills in "https://github.com/desplega-ai/agent-swarm" that are relevant to the current task. Run `npx skills add "https://github.com/desplega-ai/agent-swarm"` and select the relevant skills, then follow their instructions.