Hi all,
We’re assessing how to deliver Inbound Email on Constellation Customer Service '25 for a banking client. We’re deliberately designing for the Constellation way of working rather than porting their old UI-Kit screen one-to-one, so we’re open to adapting the requirement if there’s a better supported pattern.
The outcome we need (security/compliance on inbound attachments): agents should only be able to open or download trusted attachment types (PDF in this case) while other types (e.g. .p7s, .xlsx) are blocked, ideally with a clear cue to the CSR.
For information only (not necessarily to be reproduced as-is): in the current UI-Kit build, non-PDF links are disabled and a warning is shown (“at least one of the attached documents cannot be downloaded”).
What we’ve already explored:
- Hiding attachments based on their type when loading the
D_pxEmailThreadscontent (Report DefinitionpyGetAllAttachments+ the Attachment category configuration). - Blocking opening at the security layer (ABAC/RBAC on
Link-Attachment/Data-WorkAttach), which makes theapi/application/v2/attachmentscall fail but obviously that happens after the click and surfaces only a generic failure. - We found no way to add visual cues in the content area: conditionally disable the link for non-PDF types, or warn the agent before they click.
Questions:
- Can the attachment rendering in the email content area be configured or extended to disable/hide links by file type (PDF only)?
- Is there a supported way to surface a warning for blocked/unsupported attachment types?
- If not customizable, what is the recommended Constellation pattern to restrict which attachment types an agent can open?
Thanks a lot!