Surge

What's New

All the most recent updates and improvements to Surge.

July 20, 2026
Feature

Resend brand verification codes via API

Sole proprietors can now resend a brand verification code using POST /accounts/{account_id}/brand_verification_messages. See the Resend Brand Verification Message endpoint in the API documentation for more information.

July 20, 2026
Performance

Faster API authentication

API authentication now uses a short-lived cache and batches API-key activity updates, reducing database work on each request. Last-used timestamps may take a few minutes to update, but this should provide lower latency and better reliability for our API.

July 18, 2026
Improvement

Redesigned notification emails

We redesigned the notification email templates with the updated brand, typography, and visual system.

July 18, 2026
Improvement

White-labeled brand verification texts

Sole proprietor brand verification texts now use the platform name for white-label projects instead of identifying every registration as Surge.

July 17, 2026
FeaturePrivate Beta

Manage SIP trunks in HQ

SIP trunk private beta projects can now list, view, create, edit, and delete SIP trunks directly in HQ.

This feature is in private beta. Please reach out to support@surge.app or use the in-product chat to contact support and request access.

July 16, 2026
Feature

Brand names in campaign registration

The campaign registration form now collects the business’s brand name separately from its account and legal business names.

July 14, 2026
Performance

Faster initial webhook deliveries

New webhook events are now prioritized over retries, preventing failing endpoints and retry backlogs from delaying deliveries to healthy endpoints.

July 14, 2026
Bugfix

Block sends from released phone numbers

Surge now prevents messages from being sent through released phone numbers. The embedded composer is also disabled when its sender is no longer active.

July 13, 2026
Feature

Search, retrieve, and purchase phone numbers via API

You can now browse available US and Canadian phone number inventory, retrieve an individual phone number, and purchase a specific number through the API. See the API documentation for more information:

July 13, 2026
ImprovementPrivate Beta

Clearer call leg details

Call detail pages now resolve call-leg participants into contacts, Surge phone numbers, and users, with clearer labels and links to related records.

This feature is in private beta. Please reach out to support@surge.app or use the in-product chat to contact support and request access.

July 9, 2026
Improvement

Campaign attachment status on phone numbers

Phone number API responses and phone-number webhook payloads now include a campaign object with the campaign ID and current attachment status. The existing campaign_id field is deprecated.

July 8, 2026
Bugfix

Project-scoped verification limits

Verification destination rate limits are now scoped to each project, preventing activity in one project from consuming another project’s allowance for the same destination.

July 6, 2026
Bugfix

Restored support chat history

Fixed an issue that could prevent customers from seeing their previous conversations in the embedded support chat.

July 2, 2026
Bugfix

Reliable simultaneous sends to new contacts

Fixed a race condition that could return a 422 when multiple messages were sent simultaneously to the same new contact or conversation.

July 2, 2026
Bugfix

Clarified duplicate campaign errors

Creating a campaign with a TCR ID that is already linked now returns 409 Conflict instead of a generic validation response.

July 1, 2026
Performance

Faster webhook event pages

Webhook event history queries were optimized to improve page load times, especially while the database is under heavier load.

June 30, 2026
Feature

You can now pass a settings object when creating a message to override account-level settings for that message. Currently, settings.link_shortening supports "enabled" and "disabled".

June 27, 2026
Improvement

Redesigned auth pages

We redesigned the login, registration, email confirmation, forgot password, and reset password pages with the updated Surge visual design system. More of HQ to come!

June 26, 2026
FeaturePrivate Beta

Manage SIP trunks via API

SIP trunk private beta projects can now list, retrieve, update, and delete SIP trunks through the API, in addition to creating them.

This feature is in private beta. Please reach out to support@surge.app or use the in-product chat to contact support and request access.

June 23, 2026
FeaturePrivate Beta

Call history pages in HQ

HQ now has call list and call detail pages, including call direction, status, duration, contact, phone number, and call leg details.

This feature is in private beta. Please reach out to support@surge.app or use the in-product chat to contact support and request access.

June 23, 2026
FeaturePrivate Beta

Custom voicemail audio greetings

Phone number call handling can now use audio files for voicemail greetings.

This feature is in private beta. Please reach out to support@surge.app or use the in-product chat to contact support and request access.

June 22, 2026
Bugfix

Only count each campaign toward usage once

Fixed an issue where monthly campaign fees could be counted once per campaign submission instead of once per campaign.

June 19, 2026
Improvement

Clearer inbox senders

Message senders are now easier to identify in the inbox and embedded conversation views.

June 17, 2026
Bugfix

Stable API log bodies while filtering

Fixed an issue where request and response bodies could disappear from API logs when filtering.