export interface WhatsAppOutboundCallResponse { success: boolean; message: string; conversationId?: string; }