Skip to contentSkip to navigationSkip to topbar
Page toolsOn this pageProducts used
Looking for more inspiration?Visit the

81028: Invalid wait URL in Studio widget


WARNING: 81028

warning-81028 page anchor
STUDIO
WARNING

The wait URL configured in an Enqueue Call or Send To Flex widget wasn't a valid absolute URL after Liquid template interpolation. The wait URL has been omitted from the Enqueue TwiML, and the call will proceed with the default hold music.

Possible Causes

possible-causes page anchor
  • The wait URL contains Liquid template variables that resolved to an invalid absolute URL at execution time.
  • The wait URL is a relative path (for example, hold-music.mp3 or /hold-music.mp3) instead of a fully qualified URL.
  • The wait URL contains invalid characters such as spaces or unencoded special characters.
  • Ensure the wait URL is a fully qualified absolute URL including the protocol (for example, https://example.com/hold-music.mp3).
  • Verify the runtime data of your flow execution by checking the Flow Data and inspecting any variables referenced in the wait URL.
  • Check the Liquid template syntax used in the wait URL field.