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 (banking compliance avoiding mis-sent or wrong-content emails to customers): the agent must consciously confirm before an outbound email actually leaves. In their current UI-Kit build this is a confirmation step on Send.
What we’ve already explored:
- The send goes through the Service REST
sendemailendpoint (pxReplyV2), i.e. server-side, after the click : a confirmation would need to happen client-side before the POST. - We found no extension point that lets us intercept or wrap the Send button click in the composer.
- The only far-fetched path we see is the GenAI response-review popup (the “Enable response review using GenAI” setting), which shows the agent’s email before sending - but we don’t think we can change the buttons/actions in that popup, and repurposing it would mean distorting the mechanism and re-localizing all its fields. Not a good idea.
Questions:
- Is there a supported extension point to intercept the Send action in the Constellation email composer (insert a confirmation step / custom validation before the email is sent)?
- If this isn’t meant to be customized, what is the recommended Constellation pattern to have the agent confirm before sending?
Thanks a lot!