MCP is live.Set up
OmniDimension

Changelog

New features, improvements, and fixes.

  1. Paused bulk campaigns stay paused

    Stopping a bulk campaign now keeps it stopped, even if calls were pending retry.

    Fixed an issue where the automatic retry step could restart a bulk campaign you had already stopped. Stopped campaigns now stay stopped.

    Bulk Calling
  2. No more duplicate emails after a call

    Post-call notification emails are no longer sent twice.

    Fixed an issue where a call that finished without a post-call analysis could send the same notification email twice. These emails now go out exactly once.

    Integrations
  3. Fix duplicate node IDs corrupting workflow context references

    Pasting or duplicating nodes now remints IDs cleanly.

    When a node was duplicated or pasted, it inherited the same ID as the original. Any {{ context.<id> }} reference pointing to that node would silently break or resolve to the wrong value. Node IDs are now reminted on every duplicate and paste operation, so context references stay accurate across the workflow.

    WorkflowBug Fix