Welcome to THEITBULLS
THEITBULLS provides a suite of enterprise-grade communication APIs including WhatsApp Cloud API, Email Automation, Voice API, and more. This guide will help you get started with your first integration in minutes.
Prerequisites
- A THEITBULLS account (free trial available)
- API keys from your dashboard
- Basic understanding of REST APIs
- cURL or your preferred HTTP client
Step 1: Get Your API Keys
1 Log in to your THEITBULLS dashboard
2 Navigate to Settings โ API Keys
3
Generate a new API key. You'll receive both a
Test Key
and a
Live Key
4 Copy your API key and store it securely
Step 2: Make Your First API Call
Let's send your first WhatsApp message using the THEITBULLS API.
Request
Response
Step 3: Set Up Webhooks
Webhooks allow you to receive real-time events like incoming messages, delivery status, and more.
- Go to Settings โ Webhooks in your dashboard
-
Enter your webhook URL (e.g.,
https://your-app.com/webhook) - Select the events you want to receive
- Save your configuration and verify the webhook
Step 4: Explore SDKs
Accelerate your development with our official SDKs for popular languages:
-
Java SDK:
Maven: com.theitbulls:api-client:2.1.0 -
Node.js SDK:
npm install @theitbulls/api -
PHP SDK:
composer require theitbulls/api -
Python SDK:
pip install theitbulls-api
What's Next?
- Explore the WhatsApp API documentation
- Learn about authentication best practices
- Set up advanced webhook configurations
- Check out our full API reference
Need help? Our team is here to assist you.
Get Support