Base URL
All API endpoints are available at:Supported Channels
The Zixflow AI Ingestion Service supports the following communication channels:- Email: Send email messages and templates
- SMS: Send SMS messages and templates
- WhatsApp: Send various WhatsApp message types including text, media, interactive messages, and templates
- RCS: Send Rich Communication Services messages including text, media, and templates
- Transflow: Trigger and manage automation workflows
Authentication
The API uses custom header authentication. Include the following headers in all requests:x-api-key: Your API key obtained from the Zixflow dashboardx-workspace-id: Your workspace ID
API Usage Guidelines
- All endpoints accept JSON-encoded request bodies
- Responses are returned in JSON format
- The API follows RESTful principles
- Rate limits may apply - check response headers for rate limit information
Getting Started
- Obtain your API key and workspace ID from the Zixflow dashboard
- Include both headers (
x-api-keyandx-workspace-id) in all requests - Use the appropriate endpoint for your communication channel
- Refer to the specific endpoint documentation for request/response formats