ycloud-api

Manages interactions with the YCloud v2 REST API for WhatsApp Business messaging.

3|Updated Dec 31, 2025
One-click install
npx skills add https://github.com/andredezzy/maccing --skill ycloud-api
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: ycloud-api
Source: https://github.com/andredezzy/maccing/tree/main/skills/growth/platforms/ycloud/ycloud-api
Command: npx skills add https://github.com/andredezzy/maccing --skill ycloud-api

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires requests, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill simplifies interaction with the YCloud v2 REST API for WhatsApp messaging, covering endpoint details, critical gotchas, and providing live-verified behavior notes.

Core Features & Use Cases

  • API Reference: Full documentation of all callable endpoints for WhatsApp messaging via the BSP layer.
  • Live-Verified Notes: Behavior deviations, pagination gotchas, and filter limitations for reliable usage.
  • Use Case: For developers and operators working with WhatsApp messaging, this Skill ensures that your API integrations are efficient and error-free.

Quick Start

To send a direct message via the YCloud API, use the following command: ycloud api sendDirectly "Message content" --from "your_phone_number" --to "recipient_phone_number".

Frequently Asked Questions about ycloud-api

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

FAQPage Schema
How do I send a WhatsApp message using the YCloud API?

Send a WhatsApp message using the YCloud API by authenticating with an API key and calling the sendDirectly endpoint with the required message content, sender phone number, and recipient phone number parameters.

What is needed to authenticate YCloud API requests for WhatsApp Business messaging?

YCloud API requests for WhatsApp Business messaging require an API key for authentication. You must include this key in your REST API calls to manage endpoints, send messages, and handle webhooks securely.

How do I manage WhatsApp message templates with the YCloud REST API?

Manage WhatsApp message templates with the YCloud REST API by calling the specific template management endpoints, allowing you to create, update, and organize templates for your automated messaging workflows.

Does the YCloud API reference include notes on pagination and filter limitations?

The YCloud API reference includes live-verified notes on behavior deviations, pagination gotchas, and filter limitations, ensuring your WhatsApp messaging integrations handle edge cases efficiently and avoid common errors.

How do I handle webhooks for automated WhatsApp messaging via YCloud?

Handle webhooks for automated WhatsApp messaging via YCloud by configuring webhook endpoints in your application to receive real-time event notifications, enabling responsive automated workflows within the WhatsApp ecosystem.

Can I use the requests library to interact with the YCloud v2 REST API?

You can use the Python requests library to interact with the YCloud v2 REST API, making HTTP calls to manage WhatsApp Business messaging endpoints, send direct messages, and handle template operations.