LaunchKit · 2026
Back to Skills

Complete WhatsApp automation API with microservices architecture.

1
1.7k downloads
by @rafacpti23

Setup & Installation

openclaw skills install @rafacpti23/papi

Or with the ClawHub CLI, for registry-managed skill folders outside a full OpenClaw workspace:

npx clawhub install papi

What This Skill Does

PAPI is a WhatsApp automation API built on a microservices architecture. It handles sending messages of all types (text, media, interactive buttons, polls, carousels), managing WhatsApp instances and groups, and configuring webhooks. A Pro tier adds phone calls, RCS messaging, bulk SMS, and virtual number management.

Combines instance management, all WhatsApp message types, group administration, and webhook configuration in one API instead of requiring multiple separate services.

When to use it

  • Send automated order confirmation messages to customers via WhatsApp
  • Build a customer support bot with interactive button and list menus
  • Manage multiple WhatsApp instances from a single API
  • Run group polls with up to 12 voting options
  • Trigger WhatsApp notifications from external events via webhooks

Example Workflow

Here's how your AI assistant might use this skill in practice.

INPUT

User asks: Send an interactive button message to a customer on WhatsApp

AGENT
  1. 1Create or connect a WhatsApp instance via POST /api/instances
  2. 2Retrieve QR code from GET /api/instances/:id/qr to authenticate the phone
  3. 3Format the recipient JID as 5511999999999@s.whatsapp.net
  4. 4Send the button message via POST /send-buttons with jid, text, and button configuration
  5. 5Configure a webhook via POST /api/instances/:id/webhook to receive button response events
OUTPUT

Customer receives a WhatsApp message with interactive buttons; button taps are delivered to the configured webhook URL

Requirements

Accounts, API keys, or tools you or your AI assistant may need to set up while using this skill.

PAPI server instance (self-hosted or provided by papi.api.br)PAPI API key for the x-api-key header, obtained from your server configurationPro subscription at papi.api.br for phone calls, RCS messaging, SMS, and virtual numbers