Explore this week’s updates and releases! 🔎

SWML Code Editor Now Supports Messaging Scripts

The SWML code editor in the new dashboard now provides autocomplete, suggestions, and schema validation for Messaging SWML scripts, matching the support already available for Voice scripts.

The editor automatically applies the correct schema based on your script type. If your script appears to be the wrong type, the editor will flag it and offer a one-click option to switch, making it easier to catch mismatches before they cause issues in production.

This is available on the new dashboard only.

Custom SIP Headers Now Supported in REST API Call Creation

You can now pass custom SIP headers when creating outbound calls through the REST API, giving you greater control over SIP-level metadata for routing, tracing, and downstream system integration. This brings the REST API in line with the existing connect.headers support already available in SWML. Full documentation coming soon.

📖 REST API Docs