sdr-zapi

Automate WhatsApp SDR workflows via Z-API webhooks to qualify leads and schedule meetings.

Updated Aug 27, 2026
One-click install
npx skills add https://github.com/freddomingues/think-tars --skill sdr-zapi
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: sdr-zapi
Source: https://github.com/freddomingues/think-tars/tree/main/.cursor/skills/sdr-zapi
Command: npx skills add https://github.com/freddomingues/think-tars --skill sdr-zapi

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill automates WhatsApp SDR interactions via Z-API, enabling internal agents to handle inbound messages, qualify leads, and trigger meeting scheduling without manual intervention.

Core Features & Use Cases

  • Webhook-driven SDR: Receive WhatsApp messages via Z-API Webhook and respond through the internal SDR agent.
  • Internal SDR Agent: Uses INTERNAL_AGENTS_REGISTRY to route conversations and keep interactions private from Playground.
  • Scheduling & Tools: Exposes schedule_meeting tool to book meetings and orchestrate follow-ups.
  • References & Guidance: Centralized instructions and integration details for Z-API, SDR prompts, and backend workflow.

Quick Start

Trigger the SDR-ZAPI workflow by sending a WhatsApp message through Z-API, or simulate a payload via the local backend test endpoints. Adjust SDR prompts in ai/prompts/sdr.py if needed.

Frequently Asked Questions about sdr-zapi

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

FAQPage Schema
How do I automate inbound WhatsApp lead qualification using Z-API webhooks?

Automating WhatsApp lead qualification with Z-API webhooks allows inbound messages to trigger an internal SDR agent that evaluates and routes conversations without manual intervention. The agent uses an internal registry to keep interactions private.

Can I schedule meetings directly from a WhatsApp conversation using an SDR agent?

You can schedule meetings directly from WhatsApp conversations by exposing a schedule_meeting tool to the SDR agent. The workflow triggers meeting booking and orchestrates follow-ups based on the inbound webhook payload.

Does this WhatsApp SDR workflow support internal agents in an NDA-compliant environment?

This WhatsApp SDR workflow supports internal agents in an NDA-compliant environment by using an INTERNAL_AGENTS_REGISTRY to route conversations. This ensures interactions remain private and are not exposed to the public Playground.

How do I test a Z-API webhook payload for an internal SDR workflow?

You can test a Z-API webhook payload for an internal SDR workflow by simulating inbound messages through local backend test endpoints. Additionally, you can adjust the SDR conversational prompts in the designated Python file if needed.

What are the limitations of using Z-API for WhatsApp SDR automation?

A limitation of using Z-API for WhatsApp SDR automation is that the skill is designed strictly for internal automation and webhook-driven interactions, meaning it may not support external public-facing routing without backend modifications.