> ## Documentation Index
> Fetch the complete documentation index at: https://docs.whatsable.app/llms.txt
> Use this file to discover all available pages before exploring further.

# Quickstart

> Start sending automated WhatsApp messages in under 5 minutes

## Getting Started with WhatsAble

WhatsAble offers two straightforward options to integrate our communication tools into your business workflow:

### Option 1: No-Code Integration Platforms

Connect WhatsAble to your existing tools without writing a single line of code using our seamless integration with popular automation platforms:

<div className="space-y-6">
  <Card title="Make (formerly Integromat)" href="/guides/whatsable/make" className="hover:shadow-lg transition-all duration-300">
    <div className="flex flex-col h-full">
      <div className="flex items-center space-x-6 mb-6">
        <div className="bg-white p-3 rounded-xl shadow-sm">
          <img src="https://www.make.com/en/apple-touch-icon.png" alt="Make Logo" className="h-16 w-16 object-contain" />
        </div>

        <div className="flex-1">
          <p className="text-gray-600 text-lg mb-4">Create powerful workflows linking WhatsAble with over 1,000 apps</p>

          <div className="flex flex-wrap gap-6">
            <a href="/guides/whatsable/make" className="text-gray-500 hover:text-black no-underline !border-0">
              WhatsAble
            </a>

            <a href="/guides/notifyer-system/make-overview" className="text-gray-500 hover:text-black no-underline !border-0">
              Notifyer System
            </a>
          </div>
        </div>
      </div>
    </div>
  </Card>

  <Card title="Zapier" href="/guides/whatsable/zapier" className="hover:shadow-lg transition-all duration-300">
    <div className="flex flex-col h-full">
      <div className="flex items-center space-x-6 mb-6">
        <div className="bg-white p-3 rounded-xl shadow-sm">
          <img src="https://images.ctfassets.net/lzny33ho1g45/7sYLMymQDinPKZQS77P4BX/9545150792946dbb3c3d48f0fd18b55a/Zapier_logo.jpg" alt="Zapier Logo" className="h-16 w-16 object-contain rounded" />
        </div>

        <div className="flex-1">
          <p className="text-gray-600 text-lg mb-4">Automate message sending based on triggers from 3,000+ connected applications</p>

          <div className="flex flex-wrap gap-6">
            <a href="/guides/whatsable/zapier" className="text-gray-500 hover:text-black no-underline !border-0">
              WhatsAble
            </a>

            <a href="/guides/notifyer-system/zapier-overview" className="text-gray-500 hover:text-black no-underline !border-0">
              Notifyer System
            </a>
          </div>
        </div>
      </div>
    </div>
  </Card>

  <Card title="n8n" href="/guides/whatsable/n8n" className="hover:shadow-lg transition-all duration-300">
    <div className="flex flex-col h-full">
      <div className="flex items-center space-x-6 mb-6">
        <div className="bg-white p-3 rounded-xl shadow-sm">
          <img src="https://images.opencollective.com/n8n/40721f5/logo/256.png" alt="n8n Logo" className="h-16 w-16 object-contain" />
        </div>

        <div className="flex-1">
          <p className="text-gray-600 text-lg mb-4">Leverage this open-source automation tool for custom workflow creation with WhatsAble</p>

          <div className="flex flex-wrap gap-6">
            <a href="/guides/whatsable/n8n" className="text-gray-500 hover:text-black no-underline !border-0">
              WhatsAble Combined Node
            </a>
          </div>
        </div>
      </div>
    </div>
  </Card>
</div>

### Option 2: Direct API Access

For developers and businesses requiring custom solutions, our robust API provides complete control:

* RESTful API: Simple HTTP requests to send and manage WhatsApp messages
* Comprehensive Documentation: Detailed endpoints, parameters, and example requests
* Authentication: Secure API key authentication for all requests
* Webhooks: Receive real-time notifications for message delivery and responses

<Tip>Our API documentation includes code examples in popular programming languages to help you integrate WhatsAble functionality directly into your applications.</Tip>

Choose the option that best fits your technical capabilities and business requirements to start sending WhatsApp messages through the WhatsAble platform today.
