Get Help portal URL Emarsys Design System / Utilities / Functions / Navigation / Get Help portal URL Table of Contents Usage Parameters Examples Get Help portal URL returns the edition-specific article in the help portal (currently Standard or Engagement Cloud). This repository contains the help portal link variants. Please contact the Docu Team to add new help portal articles. Usage Name Description window.e.utils.v2.navigation.getHelpPortalUrl({ articleId, articleAnchor }) promise return URL by target Parameters Name Description Type Required Default value articleId Defines the ID of the help portal article. yes articleAnchor Defines the anchor in the article. no Examples const helpPortalUrl = await window.e.utils.v2.navigation.getHelpPortalUrl({ articleId: 'fdf2e60e74c11014a81ee05ad954b102' }); const helpPortalUrl = await window.e.utils.v2.navigation.getHelpPortalUrl({ articleId: 'fdf2e60e74c11014a81ee05ad954b102', articleAnchor: 'email-content-check' });