uazapi-whatsapp-expert

Translate Uazapi API requests into OpenAPI-aligned implementation steps.

Updated Apr 29, 2026
One-click install
npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill uazapi-whatsapp-expert
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: uazapi-whatsapp-expert
Source: https://github.com/BFLabsAI/algoritmo-milionario/tree/main/skills/uazapi-whatsapp-expert
Command: npx skills add https://github.com/BFLabsAI/algoritmo-milionario --skill uazapi-whatsapp-expert

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

Translates user requests about the Uazapi API into concrete, spec-aligned implementation steps by consulting the local OpenAPI document bundled with the repository.

Core Features & Use Cases

  • OpenAPI-driven endpoint discovery: identify the relevant endpoint family (instance, messaging, webhooks, groups, or AI) and generate targeted requests or code snippets.
  • Auth and state awareness: apply the correct authentication model (token for standard instance calls, admintoken for admin/global endpoints, or query parameters for SSE) and respect instance lifecycle states (disconnected, connecting, connected).
  • Conformant payloads and error handling: preserve payload shapes, headers, and error patterns exactly as documented, while surfacing caveats such as loop prevention and server restrictions.
  • Use Case: quickly scaffold integration steps for common Uazapi workflows (status checks, sending messages, configuring webhooks).

Quick Start

Ask me to translate a user request about Uazapi into a minimal, OpenAPI-aligned API call.

Frequently Asked Questions about uazapi-whatsapp-expert

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I authenticate API requests for Uazapi instances versus admin endpoints?

Uazapi API authentication requires a standard token for instance calls, an admintoken for global admin endpoints, and query parameters for SSE streams to authorize connections correctly.

How do I send messages via the Uazapi API while respecting instance connection states?

Sending messages through the Uazapi API requires checking the instance lifecycle state (disconnected, connecting, or connected) and formatting payloads exactly as defined in the OpenAPI specification.

Does Uazapi API integration support webhook configuration and endpoint discovery from an OpenAPI document?

Uazapi API integration supports OpenAPI-driven endpoint discovery to identify webhook families and generate targeted requests, ensuring conformant payloads and correct headers for configuration workflows.

What are the limitations and caveats when configuring webhooks with the Uazapi API?

Webhook configuration via the Uazapi API requires adherence to OpenAPI-defined error-handling conventions and awareness of server restrictions, including specific loop-prevention mechanisms to avoid recursive callbacks.

What is the best way to scaffold Uazapi API calls for messaging and group workflows?

The best way to scaffold Uazapi API calls is by consulting the bundled OpenAPI document to narrow the scope to messaging or group endpoint families and enforce exact payload shapes.