Bird: API Design & Integration Surface
Docs-backedREST API at api.bird.com (or channel-specific endpoints for SMS, WhatsApp, etc.). Channels API provides a unified interface: POST /workspaces/{id}/channels/{channelId}/messages. SMS API: POST to originator number, text body, recipient. WhatsApp API: templated messages require pre-approved templates. Conversations API for thread management. Response includes message ID and status for delivery tracking. Webhooks for inbound messages and delivery status events.