tech/meta/whatsapp

Automate WhatsApp Business Cloud API messaging via Cloudflare Workers and Meta Graph API.

1|Updated Apr 1, 2026
One-click install
npx skills add https://github.com/2nth-ai/skills --skill tech-meta-whatsapp
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: tech/meta/whatsapp
Source: https://github.com/2nth-ai/skills/tree/main/tech/meta/whatsapp
Command: npx skills add https://github.com/2nth-ai/skills --skill tech-meta-whatsapp

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires whatsapp_business_api, cloudflare_workers, and includes scripts (resource) and references (resource) and assets (resource) components.

What problem does it solve?

This skill streamlines WhatsApp Business Cloud API interactions for efficient and automated communication.

Core Features & Use Cases

  • Inbound Message Handling: Process inbound WhatsApp messages.
  • Message Sending: Send replies, interactive buttons, list menus, images, documents, and approved template messages.
  • Message Tracking: Mark messages as read and show typing indicators.
  • Conversation Management: Build multi-turn conversations with context.
  • Use Case: Automate customer service responses, handle inquiries, and manage customer service windows.

Quick Start

Use the 'whatsapp' skill to send a text message to a customer: 'whatsapp send "Hello, how can I assist you today?" to +1234567890'.

Frequently Asked Questions about tech/meta/whatsapp

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

FAQPage Schema
How do I automate WhatsApp Business Cloud API message processing?

Automating WhatsApp Business Cloud API message processing is handled by deploying Cloudflare Workers to intercept inbound webhooks, generate AI replies, and manage multi-turn conversations with context.

Can I send interactive buttons and template messages via WhatsApp Business API?

Sending interactive buttons, list menus, images, documents, and approved template messages is supported through the WhatsApp Business Cloud API integration for automated customer service responses.

Do I need Cloudflare Workers to manage WhatsApp customer service windows?

Cloudflare Workers are required to handle the Meta Graph API communication, process inbound messages, track message read states, and show typing indicators during active customer service windows.

What is the best way to build multi-turn conversations on WhatsApp Business?

Building multi-turn conversations on WhatsApp Business requires maintaining context across messages, which is achieved by processing inbound payloads and generating contextual replies via the Cloud API.

How do I mark inbound WhatsApp messages as read and show typing indicators?

Marking inbound WhatsApp messages as read and displaying typing indicators involves sending specific status updates back to the Meta Graph API through your deployed Cloudflare Workers script.