I’m passing the window.location.hostname to intercom as custom_attribute as Intercom(“boot”,{appId:”myappId”,myHostName:window.location.hostname}.
in Intercom article , I want to access that myHostName custom_attrubute and append the path like
https://{{myHostName}}/pathtospecificpage.
like above I’m expecting inside an article , as my app will get deployed in different environments like dev,sit and uat, in that case inside intercom article appending the myHostName is must as per my requirement . but currently intercom is not supporting to pass custom_attributes . But this feature is much needed for my requirement.
so please help me to resolve this issue.