Hello!
Our backend creates a Back-office ticket via API when a user fails a verification of ours. We’d like to automatically notify the user with a simple message like:
“We’re manually reviewing your information and will follow up within 24 hours.”
However, it looks like Workflows triggered by ticket creation don’t allow us to send a user-facing message (either in-app or email). We also don’t see an option to create a new conversation from a ticket-based workflow.
Questions:
-
Is there any way to send a user-facing message automatically when a back-office ticket is created, without exposing internal ticket content?
-
Do we need to use our backend to create a separate outbound conversation to trigger a user message?
-
Would using a “post”-style message via the API be the cleanest workaround?
Our goal is to keep internal review details private but still provide users with a clear update automatically.
Thanks in advance for your help!

