Vorex (v5.58.0) release notes: June 20, 2026
This release includes an API enhancement and bug fix.
Enhancement
New API endpoints for contact email addresses and phone numbers
New PATCH endpoints are now available for users with Modify permission for CRM > Contacts:
/v2/crm/contacts/{contactId}/emails: This endpoint enables API consumers to add, update, and delete contact email addresses in a single batch request, accepts an array of operations, and returns the updated email list on success./v2/crm/contacts/{contactId}/phones: This endpoint enables API consumers to add, update, and delete contact phone numbers in a single batch request, accepts an array of operations, and returns the updated phone list on success.
Fix
Custom invoice reports that contain HTML formatting in field expressions now render correctly when generating invoices from Finance > Invoices. Previously, reports that displayed styled text and line breaks correctly in Reports > Ad-Hoc Reports would show raw HTML tags as plain text when used to generate an invoice.