What is Cawme?
Cawme lets businesses programmatically make WhatsApp voice calls to their customers. Whether you want to send a fixed TTS message, play a pre-recorded audio file, stream real-time audio, or deploy an AI agent for dynamic conversations — Cawme handles it all through a simple REST API.Quickstart
Make your first WhatsApp call in minutes.
Authentication
Learn how to authenticate API requests.
Instances
Understand how WhatsApp instances work.
Call Types
Explore the four types of calls you can make.
Key concepts
- Instance — A WhatsApp number paired to Cawme. Each instance has its own call queue and progresses through statuses:
CREATED,CONFIGURED,ACTIVE, orDELETED. - Call — A single outbound call initiated from an instance. Calls move through:
QUEUED → RINGING → IN_PROGRESS → COMPLETED / FAILED. - Call types — Four modes:
FIXED_TTS,FIXED_AUDIO,DYNAMIC_STREAM, andDYNAMIC_AGENT.