# Kapso Documentation ## Docs - [Get business profile](https://docs.kapso.ai/api/meta/whatsapp/business-profile/get-business-profile.md): Retrieve the WhatsApp Business profile information. WhatsApp users can view your business profile by clicking your business's name or number in a WhatsApp message thread. - [Update business profile](https://docs.kapso.ai/api/meta/whatsapp/business-profile/update-business-profile.md): Update WhatsApp business profile information. - [Get call permission state](https://docs.kapso.ai/api/meta/whatsapp/calls/get-call-permission-state.md): Get the call permission state for a business phone number with a specific WhatsApp user. - [List calls](https://docs.kapso.ai/api/meta/whatsapp/calls/list-calls.md): Retrieve a paginated list of WhatsApp voice calls. - [Perform call action](https://docs.kapso.ai/api/meta/whatsapp/calls/perform-call-action.md): Perform various call actions via the WhatsApp Calling API. - [Get contact details](https://docs.kapso.ai/api/meta/whatsapp/contacts/get-contact-details.md): Retrieve detailed information about a specific contact. - [List contacts](https://docs.kapso.ai/api/meta/whatsapp/contacts/list-contacts.md): Retrieve a paginated list of WhatsApp contacts for your project. - [Get conversation details](https://docs.kapso.ai/api/meta/whatsapp/conversations/get-conversation-details.md): Retrieve detailed information about a specific conversation. - [List conversations](https://docs.kapso.ai/api/meta/whatsapp/conversations/list-conversations.md): Retrieve a paginated list of WhatsApp conversations for a phone number. - [Create flow](https://docs.kapso.ai/api/meta/whatsapp/flows/create-flow.md): Create a new WhatsApp Flow. - [Create flow (phone number scoped)](https://docs.kapso.ai/api/meta/whatsapp/flows/create-flow-phone-number-scoped.md): Create a new WhatsApp Flow for a phone number. - [Delete flow](https://docs.kapso.ai/api/meta/whatsapp/flows/delete-flow.md): Delete a draft flow. This action is not reversible. - [Deprecate flow](https://docs.kapso.ai/api/meta/whatsapp/flows/deprecate-flow.md): Deprecate a published flow. - [Get flow assets](https://docs.kapso.ai/api/meta/whatsapp/flows/get-flow-assets.md): Get flow JSON assets and URLs. - [Get flow details](https://docs.kapso.ai/api/meta/whatsapp/flows/get-flow-details.md): Retrieve detailed information about a specific flow. - [List flows](https://docs.kapso.ai/api/meta/whatsapp/flows/list-flows.md): List all WhatsApp Flows for a business account. - [List flows (phone number scoped)](https://docs.kapso.ai/api/meta/whatsapp/flows/list-flows-phone-number-scoped.md): List all WhatsApp Flows for a phone number. - [Publish flow](https://docs.kapso.ai/api/meta/whatsapp/flows/publish-flow.md): Publish a flow. This action is not reversible. - [Update flow metadata](https://docs.kapso.ai/api/meta/whatsapp/flows/update-flow-metadata.md): Update flow name, categories, endpoint_uri, or application_id. - [Upload flow JSON](https://docs.kapso.ai/api/meta/whatsapp/flows/upload-flow-json.md): Upload or update flow JSON definition. The file must be attached as multipart/form-data. - [Delete media](https://docs.kapso.ai/api/meta/whatsapp/media/delete-media.md): Delete a media file from WhatsApp. - [Download media file](https://docs.kapso.ai/api/meta/whatsapp/media/download-media-file.md): Download a media file using a short-lived authenticated token. - [Get media URL](https://docs.kapso.ai/api/meta/whatsapp/media/get-media-url.md): Retrieve the download URL for a media file. - [Upload media](https://docs.kapso.ai/api/meta/whatsapp/media/upload-media.md): Upload media files to WhatsApp. The media ID returned can be used when sending messages. - [Get message by ID](https://docs.kapso.ai/api/meta/whatsapp/messages/get-message-by-id.md): Retrieve a single WhatsApp message by its message ID. - [List messages](https://docs.kapso.ai/api/meta/whatsapp/messages/list-messages.md): Retrieve a paginated list of WhatsApp messages for a phone number. - [Send a message](https://docs.kapso.ai/api/meta/whatsapp/messages/send-a-message.md): Send a WhatsApp message to a recipient. - [Get phone number details](https://docs.kapso.ai/api/meta/whatsapp/phone-numbers/get-phone-number-details.md): Retrieve detailed information about a specific phone number. - [List phone numbers](https://docs.kapso.ai/api/meta/whatsapp/phone-numbers/list-phone-numbers.md): List all phone numbers associated with a business account. - [Update phone number settings](https://docs.kapso.ai/api/meta/whatsapp/phone-numbers/update-phone-number-settings.md): Update phone number settings. Common use case is updating the two-step verification PIN. - [Create message template](https://docs.kapso.ai/api/meta/whatsapp/templates/create-message-template.md): Create a new WhatsApp message template. - [Delete message template](https://docs.kapso.ai/api/meta/whatsapp/templates/delete-message-template.md): Delete a WhatsApp message template. - [Get message template by ID](https://docs.kapso.ai/api/meta/whatsapp/templates/get-message-template-by-id.md): Retrieve a single WhatsApp message template by its ID. - [List message templates](https://docs.kapso.ai/api/meta/whatsapp/templates/list-message-templates.md): Retrieve a list of approved message templates for this phone number. - [Update message template](https://docs.kapso.ai/api/meta/whatsapp/templates/update-message-template.md): Update an existing WhatsApp message template. - [API Introduction](https://docs.kapso.ai/api/meta/whatsapp/whatsapp-introduction.md): Getting started with the Kapso WhatsApp API - [List API logs](https://docs.kapso.ai/api/platform/v1/api-logs/list-api-logs.md): Returns logs of external API calls made by your project, most recent first. - [Add recipients](https://docs.kapso.ai/api/platform/v1/broadcasts/add-recipients.md): Add up to 1000 recipients to a draft broadcast. Duplicates are skipped. - [Cancel scheduled broadcast](https://docs.kapso.ai/api/platform/v1/broadcasts/cancel-scheduled-broadcast.md): Cancel a scheduled broadcast and return it to draft status. Only works for broadcasts in scheduled status. - [Create broadcast](https://docs.kapso.ai/api/platform/v1/broadcasts/create-broadcast.md): Create a broadcast campaign in draft mode. - [Get broadcast](https://docs.kapso.ai/api/platform/v1/broadcasts/get-broadcast.md) - [List broadcasts](https://docs.kapso.ai/api/platform/v1/broadcasts/list-broadcasts.md): Get broadcast campaigns, most recent first. - [List recipients](https://docs.kapso.ai/api/platform/v1/broadcasts/list-recipients.md): Get recipients for this broadcast with delivery status. - [Schedule broadcast](https://docs.kapso.ai/api/platform/v1/broadcasts/schedule-broadcast.md): Schedule a broadcast to send at a future time. The broadcast must be in draft status and have recipients. - [Send broadcast](https://docs.kapso.ai/api/platform/v1/broadcasts/send-broadcast.md): Start sending messages immediately. This is asynchronous - use GET /broadcasts/{id} to monitor progress. - [Create conversation assignment](https://docs.kapso.ai/api/platform/v1/conversations/create-conversation-assignment.md): Assign a conversation to a team member. Only one active assignment is allowed per conversation. - [Get conversation](https://docs.kapso.ai/api/platform/v1/conversations/get-conversation.md): Retrieve a single conversation with metadata. - [Get conversation assignment](https://docs.kapso.ai/api/platform/v1/conversations/get-conversation-assignment.md): Retrieve a specific assignment by ID. - [List conversation assignments](https://docs.kapso.ai/api/platform/v1/conversations/list-conversation-assignments.md): Get all assignments for a conversation, most recent first. - [List conversations](https://docs.kapso.ai/api/platform/v1/conversations/list-conversations.md): Query WhatsApp conversations with filtering and pagination. - [Update conversation assignment](https://docs.kapso.ai/api/platform/v1/conversations/update-conversation-assignment.md): Update an assignment's notes, reassign to another user, or deactivate (unassign). - [Update conversation status](https://docs.kapso.ai/api/platform/v1/conversations/update-conversation-status.md): Close completed conversations or reopen them for follow-ups. - [Create customer](https://docs.kapso.ai/api/platform/v1/customers/create-customer.md) - [Delete customer](https://docs.kapso.ai/api/platform/v1/customers/delete-customer.md) - [Get customer](https://docs.kapso.ai/api/platform/v1/customers/get-customer.md) - [List customers](https://docs.kapso.ai/api/platform/v1/customers/list-customers.md): Returns customers in your project, most recent first. - [Update customer](https://docs.kapso.ai/api/platform/v1/customers/update-customer.md) - [Delete rows](https://docs.kapso.ai/api/platform/v1/database/delete-rows.md): Delete rows matching the filter criteria. - [Get single row](https://docs.kapso.ai/api/platform/v1/database/get-single-row.md): Get a single row by ID. - [Insert rows](https://docs.kapso.ai/api/platform/v1/database/insert-rows.md): Insert one or more rows into the table. - [Query rows](https://docs.kapso.ai/api/platform/v1/database/query-rows.md): Query rows from a table with PostgREST-style filters. - [Update rows](https://docs.kapso.ai/api/platform/v1/database/update-rows.md): Update rows matching the filter criteria. - [Upsert rows](https://docs.kapso.ai/api/platform/v1/database/upsert-rows.md): Insert or update rows based on filter criteria. - [List display name requests](https://docs.kapso.ai/api/platform/v1/display-names/list-display-name-requests.md): View all display name change requests for this number, most recent first. - [Retrieve display name request](https://docs.kapso.ai/api/platform/v1/display-names/retrieve-display-name-request.md): Check status of a display name change request. Poll this endpoint to monitor Meta's review progress. - [Submit display name request](https://docs.kapso.ai/api/platform/v1/display-names/submit-display-name-request.md): Request a display name change. Meta reviews most changes within 24-48 hours. Some names may be approved instantly. - [Create function](https://docs.kapso.ai/api/platform/v1/functions/functions/create-function.md): Create a new serverless function in draft status. The function will be saved but not deployed to the runtime platform. - [Create function secret](https://docs.kapso.ai/api/platform/v1/functions/functions/create-function-secret.md): Create a secret for this function. Secrets are injected as environment variables when your function executes. - [Delete function](https://docs.kapso.ai/api/platform/v1/functions/functions/delete-function.md): Permanently delete a serverless function. This will also remove the function from the runtime platform and delete all associated secrets. - [Delete function secret](https://docs.kapso.ai/api/platform/v1/functions/functions/delete-function-secret.md): Permanently delete a secret from this function. The secret will be removed from the runtime environment and will no longer be available as an environment variable. - [Deploy function](https://docs.kapso.ai/api/platform/v1/functions/functions/deploy-function.md): Deploy a function to the serverless runtime platform asynchronously. Deployment happens in the background and may take 10-60 seconds. - [Invoke function](https://docs.kapso.ai/api/platform/v1/functions/functions/invoke-function.md): Execute a deployed serverless function with a custom JSON payload. The request body is forwarded directly to your function code. - [List function invocations](https://docs.kapso.ai/api/platform/v1/functions/functions/list-function-invocations.md): Retrieve recent invocation history for a function, including console logs captured during execution. - [List function secrets](https://docs.kapso.ai/api/platform/v1/functions/functions/list-function-secrets.md): Retrieve all secret names configured for this function. Secret values are NEVER included in list responses for security. - [List functions](https://docs.kapso.ai/api/platform/v1/functions/functions/list-functions.md): Retrieve all serverless functions for your project. Functions are custom JavaScript code that runs on-demand in response to API invocations. - [Retrieve function](https://docs.kapso.ai/api/platform/v1/functions/functions/retrieve-function.md): Get complete details for a serverless function including code, configuration, deployment status, and computed URLs. - [Update function](https://docs.kapso.ai/api/platform/v1/functions/functions/update-function.md): Update function metadata or code. Supports partial updates - only include fields you want to change. - [Assign WhatsApp phone number](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/assign-whatsapp-phone-number.md): Assign a WhatsApp phone number to route voice calls to this voice agent. When users initiate voice calls from WhatsApp to this number, the call will be handled by this agent. - [Create voice agent](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/create-voice-agent.md): Create a new voice agent with provider configuration. Voice agents handle WhatsApp voice calls and route them to third-party voice providers. - [Delete voice agent](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/delete-voice-agent.md): Permanently delete a voice agent. This will also remove all WhatsApp phone number assignments for this agent. - [Delete WhatsApp phone number assignment](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/delete-whatsapp-phone-number-assignment.md): Permanently remove a phone number assignment from this voice agent using the assignment_id (not phone_number_id). - [List voice agents](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/list-voice-agents.md): Retrieve all voice agents for your project. Voice agents handle WhatsApp voice calls and route them to configured voice providers. - [List WhatsApp phone number assignments](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/list-whatsapp-phone-number-assignments.md): Retrieve all WhatsApp phone numbers assigned to this voice agent. Assignments define which phone numbers route voice calls to this agent. - [Retrieve voice agent](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/retrieve-voice-agent.md): Get complete details for a voice agent including provider configuration. - [Update voice agent](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/update-voice-agent.md): Update voice agent configuration. Supports partial updates - only include fields you want to change. - [Update WhatsApp phone number assignment](https://docs.kapso.ai/api/platform/v1/functions/voice-agents/update-whatsapp-phone-number-assignment.md): Update an existing phone number assignment using the assignment_id (not phone_number_id). - [List conversation workflow executions](https://docs.kapso.ai/api/platform/v1/functions/whatsapp-conversations/list-conversation-workflow-executions.md): Retrieve workflow executions associated with a WhatsApp conversation. Executions are returned in reverse chronological order (most recent first). - [Create workflow trigger](https://docs.kapso.ai/api/platform/v1/functions/workflow-triggers/create-workflow-trigger.md): Create a new trigger for a workflow. Triggers define when the workflow should automatically execute. - [Delete workflow trigger](https://docs.kapso.ai/api/platform/v1/functions/workflow-triggers/delete-workflow-trigger.md): Permanently delete a workflow trigger. This will stop the workflow from executing automatically based on this trigger. - [List workflow triggers](https://docs.kapso.ai/api/platform/v1/functions/workflow-triggers/list-workflow-triggers.md): Retrieve all triggers configured for a workflow. Triggers define when and how a workflow should automatically execute. - [Update workflow trigger](https://docs.kapso.ai/api/platform/v1/functions/workflow-triggers/update-workflow-trigger.md): Update a workflow trigger. Currently only the 'active' status can be modified. - [Create workflow](https://docs.kapso.ai/api/platform/v1/functions/workflows/create-workflow.md): Create a new workflow in draft status. You can provide a minimal definition (just a start node) and build out the workflow later, or provide a complete workflow definition with all nodes and edges. - [Get workflow variables](https://docs.kapso.ai/api/platform/v1/functions/workflows/get-workflow-variables.md): Retrieve all variables available in a workflow, including both fixed system variables and variables discovered from execution history. - [List workflow executions](https://docs.kapso.ai/api/platform/v1/functions/workflows/list-workflow-executions.md): Retrieve execution history for a workflow. Executions are returned in reverse chronological order (most recent first). Use query parameters to filter by status, time range, or pagination. - [List workflows](https://docs.kapso.ai/api/platform/v1/functions/workflows/list-workflows.md): Retrieve all workflows for your project. Workflows are returned ordered by creation time (newest first). Use query parameters to filter by status, name, or creation date. - [Resume waiting workflow execution](https://docs.kapso.ai/api/platform/v1/functions/workflows/resume-waiting-workflow-execution.md): Resume a workflow execution that is in 'waiting' status. Workflows enter waiting status when they reach a wait_for_response step or are explicitly paused. - [Retrieve workflow](https://docs.kapso.ai/api/platform/v1/functions/workflows/retrieve-workflow.md): Get complete details for a specific workflow including its definition, status, execution stats, and metadata. - [Retrieve workflow execution](https://docs.kapso.ai/api/platform/v1/functions/workflows/retrieve-workflow-execution.md): Get complete details for a workflow execution including current status, execution context, variables, and full event history. - [Start workflow execution](https://docs.kapso.ai/api/platform/v1/functions/workflows/start-workflow-execution.md): Start a new execution of a workflow asynchronously. The workflow will begin processing in the background. - [Update workflow](https://docs.kapso.ai/api/platform/v1/functions/workflows/update-workflow.md): Update workflow metadata or definition. Supports partial updates - only include fields you want to change. - [Update workflow execution status](https://docs.kapso.ai/api/platform/v1/functions/workflows/update-workflow-execution-status.md): Manually update the status of a workflow execution. This is useful for programmatically controlling workflow lifecycle from external systems. - [Configure action prop](https://docs.kapso.ai/api/platform/v1/integrations/configure-action-prop.md): Get dynamic options for an action prop based on current configuration. - [Create integration](https://docs.kapso.ai/api/platform/v1/integrations/create-integration.md): Save a configured Pipedream action as an integration. - [Delete integration](https://docs.kapso.ai/api/platform/v1/integrations/delete-integration.md) - [Get action schema](https://docs.kapso.ai/api/platform/v1/integrations/get-action-schema.md): Get the configuration schema for a Pipedream action. - [Get connect token](https://docs.kapso.ai/api/platform/v1/integrations/get-connect-token.md): Generate a short-lived token for Pipedream Connect frontend OAuth flow. - [List available actions](https://docs.kapso.ai/api/platform/v1/integrations/list-available-actions.md): List Pipedream actions for an app. - [List available apps](https://docs.kapso.ai/api/platform/v1/integrations/list-available-apps.md): Search Pipedream's app catalog. - [List connected accounts](https://docs.kapso.ai/api/platform/v1/integrations/list-connected-accounts.md): Get Pipedream accounts connected to this project. - [List integrations](https://docs.kapso.ai/api/platform/v1/integrations/list-integrations.md): Returns saved integrations for the project, most recent first. - [Reload action props](https://docs.kapso.ai/api/platform/v1/integrations/reload-action-props.md): Reload dynamic props for an action after configuration changes. - [Update integration](https://docs.kapso.ai/api/platform/v1/integrations/update-integration.md) - [Upload media](https://docs.kapso.ai/api/platform/v1/media/upload-media.md): Upload media files for WhatsApp messaging from public URLs. - [Get message](https://docs.kapso.ai/api/platform/v1/messages/get-message.md): Retrieve a single message by its WhatsApp message ID (WAMID). - [List messages](https://docs.kapso.ai/api/platform/v1/messages/list-messages.md): Query WhatsApp messages across all conversations. - [Check phone health](https://docs.kapso.ai/api/platform/v1/phone-numbers/check-phone-health.md): Live health check via Meta APIs and Kapso services. - [Connect phone number](https://docs.kapso.ai/api/platform/v1/phone-numbers/connect-phone-number.md): Connect a WhatsApp number to this customer using Meta credentials. - [Delete phone number](https://docs.kapso.ai/api/platform/v1/phone-numbers/delete-phone-number.md) - [Get phone number](https://docs.kapso.ai/api/platform/v1/phone-numbers/get-phone-number.md) - [List phone numbers](https://docs.kapso.ai/api/platform/v1/phone-numbers/list-phone-numbers.md): Get WhatsApp numbers in your project, most recent first. - [Update phone number](https://docs.kapso.ai/api/platform/v1/phone-numbers/update-phone-number.md) - [List provider models](https://docs.kapso.ai/api/platform/v1/provider-models/list-provider-models.md): Returns available AI provider models. - [Create setup link](https://docs.kapso.ai/api/platform/v1/setup-links/create-setup-link.md): Generate a hosted onboarding page for customers to connect their WhatsApp number. - [List setup links](https://docs.kapso.ai/api/platform/v1/setup-links/list-setup-links.md): Get WhatsApp onboarding links for a customer, most recent first. - [Update setup link](https://docs.kapso.ai/api/platform/v1/setup-links/update-setup-link.md) - [List project users](https://docs.kapso.ai/api/platform/v1/users/list-project-users.md): Returns all users who are members of your project. - [List webhook deliveries](https://docs.kapso.ai/api/platform/v1/webhook-deliveries/list-webhook-deliveries.md): Returns webhook delivery attempts for your project, most recent first. - [Create project webhook](https://docs.kapso.ai/api/platform/v1/webhooks/create-project-webhook.md): Create a webhook for this project. - [Create webhook](https://docs.kapso.ai/api/platform/v1/webhooks/create-webhook.md): Subscribe to WhatsApp events for this number. - [Delete project webhook](https://docs.kapso.ai/api/platform/v1/webhooks/delete-project-webhook.md) - [Delete webhook](https://docs.kapso.ai/api/platform/v1/webhooks/delete-webhook.md) - [Get project webhook](https://docs.kapso.ai/api/platform/v1/webhooks/get-project-webhook.md) - [Get webhook](https://docs.kapso.ai/api/platform/v1/webhooks/get-webhook.md) - [List project webhooks](https://docs.kapso.ai/api/platform/v1/webhooks/list-project-webhooks.md): Get all webhooks for the project (both project-scoped and phone number-scoped), most recent first. - [List webhooks](https://docs.kapso.ai/api/platform/v1/webhooks/list-webhooks.md): Get webhooks for this number, most recent first. - [Test project webhook](https://docs.kapso.ai/api/platform/v1/webhooks/test-project-webhook.md): Send a test payload to the webhook endpoint. - [Update project webhook](https://docs.kapso.ai/api/platform/v1/webhooks/update-project-webhook.md) - [Update webhook](https://docs.kapso.ai/api/platform/v1/webhooks/update-webhook.md) - [Create flow](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/create-flow.md): Create a new WhatsApp Flow. By default creates a draft flow with a basic welcome screen. - [Create flow version](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/create-flow-version.md): Upload new flow JSON to create a new version. Syncs with Meta's API. - [Create/update data endpoint](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/createupdate-data-endpoint.md): Create or update the data endpoint function code. The function handles dynamic data for your flow. - [Deploy data endpoint](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/deploy-data-endpoint.md): Deploy the data endpoint function to Cloudflare Workers. - [Get data endpoint](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/get-data-endpoint.md): Get the data endpoint function configuration for a flow. - [Get flow](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/get-flow.md) - [Get flow version](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/get-flow-version.md): Returns version details including the flow JSON. - [Get function invocations](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/get-function-invocations.md): Get recent invocations of the data endpoint function. - [Get function logs](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/get-function-logs.md): Get logs from the data endpoint function. - [List flow versions](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/list-flow-versions.md): Returns versions for a flow, most recent first. - [List flows](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/list-flows.md): Returns WhatsApp flows in your project, most recent first. - [Publish flow](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/publish-flow.md): Publish a draft flow to make it available for use. Published flows cannot be unpublished. - [Register data endpoint with Meta](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/register-data-endpoint-with-meta.md): Register the deployed data endpoint URL with Meta. Requires flows encryption to be configured. - [Setup encryption](https://docs.kapso.ai/api/platform/v1/whatsapp-flows/setup-encryption.md): Set up flows encryption for the WABA associated with this flow. Required for data endpoints. - [Changelog](https://docs.kapso.ai/changelog.md): Product updates and announcements - [API setup](https://docs.kapso.ai/docs/build-voice-agents/api.md): Programmatically enable voice calling and assign Pipecat voice agents to WhatsApp phone numbers. - [Architecture](https://docs.kapso.ai/docs/build-voice-agents/architecture.md): Understand how Kapso orchestrates WhatsApp voice calls with Pipecat Cloud. - [Quickstart](https://docs.kapso.ai/docs/build-voice-agents/quickstart.md): Connect a Pipecat Cloud agent to Kapso and answer WhatsApp voice calls in minutes. - [AI fields](https://docs.kapso.ai/docs/flows/ai-fields.md): Dynamic content generation using AI at runtime - [Edges](https://docs.kapso.ai/docs/flows/edges.md): Connect workflow nodes to define execution paths - [Events](https://docs.kapso.ai/docs/flows/events.md): Workflow execution tracking and debugging - [Overview](https://docs.kapso.ai/docs/flows/overview.md): Understanding workflow topology and node types - [Agent node](https://docs.kapso.ai/docs/flows/step-types/agent-node.md): AI agent that can use tools and hold conversations - [Call workflow node](https://docs.kapso.ai/docs/flows/step-types/call-workflow-node.md): Execute another workflow and return to continue execution - [Decide node](https://docs.kapso.ai/docs/flows/step-types/decide-node.md): Route workflows with AI or custom logic - [Function node](https://docs.kapso.ai/docs/flows/step-types/function-node.md): Execute custom JavaScript functions in your workflow - [Handoff node](https://docs.kapso.ai/docs/flows/step-types/handoff-node.md): Transfer workflow execution to human agents - [Send interactive](https://docs.kapso.ai/docs/flows/step-types/send-interactive-node.md): Send interactive WhatsApp messages - [Send template](https://docs.kapso.ai/docs/flows/step-types/send-template-node.md): Send WhatsApp template messages - [Send text](https://docs.kapso.ai/docs/flows/step-types/send-text-node.md): Send WhatsApp text messages - [Start](https://docs.kapso.ai/docs/flows/step-types/start-node.md): Entry point for every workflow - [Wait for response](https://docs.kapso.ai/docs/flows/step-types/wait-for-response-node.md): Wait for user input before continuing - [Triggers](https://docs.kapso.ai/docs/flows/triggers.md): Start workflow execution from WhatsApp messages or API calls - [Variables and context](https://docs.kapso.ai/docs/flows/variables-and-context.md): Data management throughout workflow execution - [Webhooks](https://docs.kapso.ai/docs/flows/webhooks.md): Get notified when workflow executions require attention - [Cheatsheet](https://docs.kapso.ai/docs/functions/overview.md): Deploy serverless JavaScript functions with Kapso - [Connect WhatsApp](https://docs.kapso.ai/docs/how-to/whatsapp/connect-whatsapp.md): Connect your WhatsApp Business account to Kapso - [Use Kapso Sandbox](https://docs.kapso.ai/docs/how-to/whatsapp/use-sandbox-for-testing.md): Test your WhatsApp agents safely without production credentials - [Introduction](https://docs.kapso.ai/docs/introduction.md): Send your first message. - [Broadcasts API](https://docs.kapso.ai/docs/platform/broadcasts-api.md): Send template messages to multiple recipients programmatically - [Database API](https://docs.kapso.ai/docs/platform/database/api.md): Query and modify database rows via API - [Database overview](https://docs.kapso.ai/docs/platform/database/overview.md): SQLite database for your WhatsApp applications - [Connection detection](https://docs.kapso.ai/docs/platform/detecting-whatsapp-connection.md): Know when customers complete WhatsApp onboarding - [Getting started](https://docs.kapso.ai/docs/platform/getting-started.md): Enable WhatsApp for your customers - [Automation and handoff](https://docs.kapso.ai/docs/platform/inbox/automation.md): How the inbox interacts with running workflows - [Embedded inbox](https://docs.kapso.ai/docs/platform/inbox/embedded.md): Embed the inbox into your own application via iframe - [Messaging](https://docs.kapso.ai/docs/platform/inbox/messaging.md): Send and receive messages from the inbox - [Inbox overview](https://docs.kapso.ai/docs/platform/inbox/overview.md): Manage WhatsApp conversations from a shared team inbox - [Bring your own Twilio](https://docs.kapso.ai/docs/platform/phone-numbers/bring-your-own-twilio.md): Use your own Twilio account for local numbers, project-owned pools, and multi-country provisioning. - [Instant setup](https://docs.kapso.ai/docs/platform/phone-numbers/instant-setup.md): Use Kapso-managed pre-verified numbers for the default fast onboarding flow. - [Project pages](https://docs.kapso.ai/docs/platform/project-pages.md): Build small dashboards inside Kapso and mount them in the inbox. - [Setup links](https://docs.kapso.ai/docs/platform/setup-links.md): Customize the WhatsApp onboarding experience - [Advanced features](https://docs.kapso.ai/docs/platform/webhooks/advanced.md): Message buffering, ordering, and retry policy - [Event types](https://docs.kapso.ai/docs/platform/webhooks/event-types.md): Available webhook events and their payloads - [Legacy v1 webhooks](https://docs.kapso.ai/docs/platform/webhooks/legacy.md): Migration guide for v1 webhook payloads - [Webhooks overview](https://docs.kapso.ai/docs/platform/webhooks/overview.md): Get real-time notifications for WhatsApp events - [Webhook security](https://docs.kapso.ai/docs/platform/webhooks/security.md): Verify webhook signatures to prevent unauthorized requests - [WhatsApp data](https://docs.kapso.ai/docs/platform/whatsapp-data.md): What data Kapso stores and how to access it - [Display names](https://docs.kapso.ai/docs/whatsapp/display-names.md): Change your WhatsApp Business display name - [Data endpoint](https://docs.kapso.ai/docs/whatsapp/flows/data-endpoint.md): Serve dynamic data to WhatsApp Flows - [Examples](https://docs.kapso.ai/docs/whatsapp/flows/examples.md): WhatsApp Flow examples and templates - [Flow JSON](https://docs.kapso.ai/docs/whatsapp/flows/flow-json.md): Structure of WhatsApp Flow JSON - [Flows in Kapso](https://docs.kapso.ai/docs/whatsapp/flows/kapso-integration.md): What Kapso handles and what you configure - [Overview](https://docs.kapso.ai/docs/whatsapp/flows/overview.md): What are WhatsApp Flows and how to use them with Kapso - [Sending & receiving](https://docs.kapso.ai/docs/whatsapp/flows/sending-flows.md): Send WhatsApp Flows and receive responses via webhooks - [Static vs dynamic](https://docs.kapso.ai/docs/whatsapp/flows/static-vs-dynamic.md): Choose between static and dynamic WhatsApp Flows - [Payment issues](https://docs.kapso.ai/docs/whatsapp/payment-method-troubleshooting.md): Fix template send errors caused by payment method and business setup issues - [Pricing](https://docs.kapso.ai/docs/whatsapp/pricing-faq.md): Understanding Kapso and Meta billing - [Receive messages](https://docs.kapso.ai/docs/whatsapp/receive-messages.md): Get notified when WhatsApp events happen - [Send audio](https://docs.kapso.ai/docs/whatsapp/send-messages/audio.md): Send audio and voice messages via SDK or API - [Send buttons](https://docs.kapso.ai/docs/whatsapp/send-messages/buttons.md): Send interactive button messages via SDK or API - [Send contact](https://docs.kapso.ai/docs/whatsapp/send-messages/contact.md): Send contact card messages via SDK or API - [Send document](https://docs.kapso.ai/docs/whatsapp/send-messages/document.md): Send document messages via SDK or API - [Send image](https://docs.kapso.ai/docs/whatsapp/send-messages/image.md): Send image messages via SDK or API - [Send lists](https://docs.kapso.ai/docs/whatsapp/send-messages/lists.md): Send interactive list messages via SDK or API - [Send location](https://docs.kapso.ai/docs/whatsapp/send-messages/location.md): Send location messages via SDK or API - [Request user location](https://docs.kapso.ai/docs/whatsapp/send-messages/location-request.md): Ask users to share their current location via interactive message - [Mark messages as read](https://docs.kapso.ai/docs/whatsapp/send-messages/mark-read.md): Mark messages as read with optional typing indicator - [Send reaction](https://docs.kapso.ai/docs/whatsapp/send-messages/reaction.md): React to messages with emoji via SDK or API - [Send sticker](https://docs.kapso.ai/docs/whatsapp/send-messages/sticker.md): Send stickers via SDK or API - [Send text](https://docs.kapso.ai/docs/whatsapp/send-messages/text.md): Send text messages via SDK or API - [Send video](https://docs.kapso.ai/docs/whatsapp/send-messages/video.md): Send video messages via SDK or API - [Advanced](https://docs.kapso.ai/docs/whatsapp/templates/advanced.md): Create and send templates with catalog, MPM, and Flow buttons - [Authentication](https://docs.kapso.ai/docs/whatsapp/templates/authentication.md): Create and send OTP authentication templates - [Buttons](https://docs.kapso.ai/docs/whatsapp/templates/buttons.md): Create and send templates with URL and quick reply buttons - [Template lifecycle](https://docs.kapso.ai/docs/whatsapp/templates/lifecycle.md): Understanding template statuses, Meta review, and syncing - [Location header](https://docs.kapso.ai/docs/whatsapp/templates/location-header.md): Create and send templates with location headers - [Media header](https://docs.kapso.ai/docs/whatsapp/templates/media-header.md): Create and send templates with image, video, or document headers - [Simple text](https://docs.kapso.ai/docs/whatsapp/templates/simple-text.md): Create and send templates with body text parameters - [Text header](https://docs.kapso.ai/docs/whatsapp/templates/text-header.md): Create and send templates with text header, body, and footer - [Calls](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/calls.md): Initiate and manage WhatsApp voice calls with the TypeScript SDK - [Contacts](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/contacts.md): List, get, and update WhatsApp contacts with the TypeScript SDK - [Conversations](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/conversations.md): List, get, and update WhatsApp conversations with the TypeScript SDK - [Flows](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/flows.md): Author, deploy, preview, and send WhatsApp Flows with the TypeScript SDK - [Interactive messages](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/interactive.md): Send buttons, lists, products, flows, and more interactive types - [Quickstart](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/introduction.md): Use the open-source library to call the WhatsApp Cloud API - [Kapso extensions](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/kapso-extensions.md): Get extra fields with both REST API and TypeScript SDK - [Media upload](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/media.md): Upload and manage media files - [Messages](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/messages.md): Send text, media, location, contacts and reactions with the TypeScript SDK - [Phone numbers](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/phone-numbers.md): Manage WhatsApp phone number settings and business profile - [Templates](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/templates.md): Build and send approved WhatsApp templates - [Utilities](https://docs.kapso.ai/docs/whatsapp/typescript-sdk/utilities.md): Conversations, contacts, calls, and phone settings - [Examples](https://docs.kapso.ai/docs/workflows/examples.md): Workflow examples and use cases - [Introduction](https://docs.kapso.ai/docs/workflows/introduction.md): Build WhatsApp automations. ## OpenAPI Specs - [openapi-whatsapp](https://docs.kapso.ai/api/meta/whatsapp/openapi-whatsapp.yaml) - [openapi-workflows](https://docs.kapso.ai/api/platform/v1/openapi-workflows.yaml) - [openapi-platform](https://docs.kapso.ai/api/platform/v1/openapi-platform.yaml) ## Optional - [Github](https://github.com/gokapso) - [Agent Skills](https://github.com/gokapso/kapso-agent-skills) - [Legacy API](https://kapso-1adbad2d.mintlify.app/) Built with [Mintlify](https://mintlify.com).