Overview
The Meta proxy allows you to use Meta’s WhatsApp Cloud API directly through Kapso. All requests are forwarded to Meta while Kapso handles authentication and data synchronization.Authentication
Two options:Option 1: Bearer token
Use the WhatsApp configuration’s access token:Option 2: Project API key
Use your Kapso project API key:- Endpoints with
phone_number_id
→ resolves config by phone number ID - Endpoints with
business_account_id
→ resolves config by business account ID - Media endpoints with
media_id
→ requiresphone_number_id
as query parameter
Base URL
Supported endpoints
/{phone_number_id}/messages
- Send messages/{phone_number_id}/settings
- Manage settings/{phone_number_id}/flows
- WhatsApp flows/{phone_number_id}/media
- Upload media/{phone_number_id}/whatsapp_business_profile
- Business profile/{business_account_id}/message_templates
- Manage templates/{media_id}
- Fetch/delete media
Data synchronization
All operations through the proxy create the same data in Kapso as using the native Kapso WhatsApp API:- Messages are tracked in conversations
- Templates are synced
- Contacts are created/updated
- Analytics and logs are recorded