export interface ExotelOutboundCallResponse { success: boolean; message: string; conversationId?: string; /** Exotel CallSid for the originated call */ callSid?: string; }