kapso-api

Use this skill for Platform API operations: creating customers, generating setup links, provisioning phone numbers, or detecting WhatsApp connections.

Safety Notice

This listing is imported from skills.sh public index metadata. Review upstream SKILL.md and repository scripts before running.

Copy this and send it to your AI assistant to learn

Install skill "kapso-api" with this command: npx skills add gokapso/agent-skills/gokapso-agent-skills-kapso-api

Kapso Platform API

When to use

Use this skill for Platform API operations: creating customers, generating setup links, provisioning phone numbers, or detecting WhatsApp connections.

Setup

Base host: https://api.kapso.ai (scripts append /platform/v1 )

Auth header:

X-API-Key: <api_key>

How to

Onboard a customer

  • Create customer: POST /customers

  • Generate setup link: POST /customers/:id/setup_links

  • Customer completes embedded signup

  • Use phone_number_id to send messages

Detect connection

Option A: Project webhook whatsapp.phone_number.created

Option B: Success redirect URL query params

Use both for best UX and backend reliability.

Provision phone numbers

When creating a setup link, set:

{ "setup_link": { "provision_phone_number": true, "phone_number_country_isos": ["US"] } }

Notes

  • Platform API base: /platform/v1

  • Meta proxy base: /meta/whatsapp/v24.0 (use for messaging and templates)

  • Use phone_number_id as the primary WhatsApp identifier

References

  • references/platform-api-reference.md - Full endpoint reference

  • references/getting-started.md - Initial setup guide

  • references/setup-links.md - Setup link configuration

  • references/detecting-whatsapp-connection.md - Connection detection methods

Related skills

  • kapso-automation

  • Workflow automation

  • whatsapp-messaging

  • WhatsApp messaging and templates

  • whatsapp-flows

  • WhatsApp Flows

  • kapso-ops

  • Operations and webhooks

Source Transparency

This detail page is rendered from real SKILL.md content. Trust labels are metadata-based hints, not a safety guarantee.

Related Skills

Related by shared tags or category signals.

Automation

integrate-whatsapp

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

automate-whatsapp

No summary provided by upstream source.

Repository SourceNeeds Review
Automation

observe-whatsapp

No summary provided by upstream source.

Repository SourceNeeds Review