automate-whatsapp
Build WhatsApp automations with Kapso workflows: configure WhatsApp triggers, edit workflow graphs, manage executions, deploy functions, and use databases/integrations for state. Use when automating WhatsApp conversations and event handling.
Author
Category
Development ToolsInstall
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Automate WhatsApp - Build WhatsApp Automation with Kapso Workflows
Skill Overview
Automate WhatsApp is a Kapso-based WhatsApp automation skill that lets you configure message triggers, manage execution states, deploy custom functions, and integrate databases and third-party apps via a visual workflow editor to achieve intelligent chatbot automation.
Use Cases
Core Features
Frequently Asked Questions
What scenarios is Automate WhatsApp suitable for?
It is suitable for scenarios that require automatic responses to and processing of WhatsApp messages, including customer reception, information collection, order processing, surveys, etc. If you only need basic WhatsApp message sending/receiving and template sending, it is recommended to use the related integrate-whatsapp skill.
How do I configure a WhatsApp message trigger?
First use list-whatsapp-phone-numbers.js to get available phone_number_id values, then create an inbound_message trigger with create-trigger.js and associate it with the specified workflow and phone number. You can use update-trigger.js to enable or disable the trigger.
What rules should I follow when editing the workflow graph?
The workflow graph must contain exactly one start node with the id "start". When editing, never change the IDs of existing nodes; name new nodes using the {node_type}_{timestamp_ms} format. Non-decision nodes may have at most one next edge, and the edge labels of decision nodes must match the labels in the conditions array.