porgokapso·gokapso· v1.0.0 · atualizado em 2026-04-10
80
Score
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.
Fetch Workflow Graph: — Use `scripts/get-graph.js` to retrieve the current workflow graph and its `lock_version`.
2
Edit Graph: — Modify the JSON graph definition, adhering to graph rules (node IDs, edge labels, etc.).
3
Validate Graph: — Use `scripts/validate-graph.js` to ensure the graph structure is valid.
4
Update Graph: — Use `scripts/update-graph.js` to deploy the updated graph, providing the `workflow_id` and `expected_lock_version`.
5
Manage Triggers: — Use `scripts/list-triggers.js`, `scripts/create-trigger.js`, `scripts/update-trigger.js`, and `scripts/delete-trigger.js` to manage WhatsApp triggers.
6
Deploy Function: — Create and deploy functions using `scripts/create-function.js` and `scripts/deploy-function.js` for custom logic.
7
Set up App Integrations: — Integrate with other apps using `scripts/create-integration.js` to connect WhatsApp workflows to external services.
8
Database CRUD: — Manage data using `scripts/list-tables.js`, `scripts/query-rows.js`, and other row manipulation scripts.
automate WhatsApp workflowsbuild WhatsApp automations with Kapsocreate a WhatsApp botmanage WhatsApp triggersedit Kapso workflow graphsdeploy functions for WhatsApp automationintegrate WhatsApp with other apps using Kapsomanage WhatsApp event handling