CampaignBot API DocumentationService made quicker
Base URL
All API endpoints are relative to this base URL.
https://service.api.campaignbot.online Authentication
Include your API key in the request header.
Authorization: Bearer <api_key> Send Message API
Unified API to send WhatsApp messages including text, media, and template messages.
POST/v1/whatsapp/message/send
Common Request Fields (All Message Types)POST/api/message/send
Send Text MessagePOST/api/message/send
Send Media Message (Image / Video / Audio / Document)POST/api/message/send
Send Template Message (Basic)POST/api/message/send
Template with Dynamic Header (Text)POST/api/message/send
Template with Media HeaderPOST/api/message/send
Template with Dynamic URL ButtonPOST/api/message/send
Common Error Responses