Login Sign Up

Developer Documentation

Everything you need to integrate WhatsApp messaging into your business with SendWhapp's API platform

Getting Started with SendWhapp

Welcome to SendWhapp's documentation. This guide will help you set up and start using our WhatsApp API platform to connect with your customers.

Note: You'll need a business phone number that can receive SMS or calls for verification.

Key Features

  • Bulk Messaging: Send messages to thousands of contacts
  • Chatbots: Automate customer interactions
  • Templates: Use pre-approved message templates
  • API Access: Integrate with your existing systems

Quick Start

To get started with SendWhapp:

1. Create an account at https://app.sendwhapp.com
2. Verify your business phone number
3. Get your API credentials
4. Start sending messages

API Example

Here's how to send a message using our API:

const response = await fetch('https://api.sendwhapp.com/v1/messages', {
  method: 'POST',
  headers: {
    'Authorization': 'Bearer YOUR_API_KEY',
    'Content-Type': 'application/json'
  },
  body: JSON.stringify({
    to: '15551234567',
    type: 'text',
    text: { body: 'Hello from SendWhapp!' }
  })
});

Next Steps

Continue with our Quick Start Guide or explore the API Reference.

Frequently Asked Questions

Find answers to common questions about SendWhapp's API and features

How do I get API credentials?

After creating your account, navigate to the API Settings section in your dashboard to generate your API keys and access tokens.

What message types are supported?

We support text, image, video, document, and template messages through our API, with more formats coming soon.

Is there a sandbox environment?

Yes, we provide a sandbox environment for testing. Contact support to get access to our developer sandbox.

How do message limits work?

Message limits are based on your plan. Additional messages can be purchased as needed.

Can I use multiple numbers?

Yes, depending on your plan. Business and Enterprise plans support multiple connected WhatsApp numbers.

Where can I get support?

We offer email support for all plans, with priority and 24/7 support available on higher-tier plans.

Ready to Get Started?

Join thousands of businesses using SendWhapp to connect with their customers on WhatsApp. Start your free trial today.