Hi Waleed Khan,
The system sends the customer to the survey flow only after all participants have disconnected, which means the customer will hear the survey at the end of the call. How have you configured the target in Architect (callee, caller, or any)?
If you do not want the customer to be transferred to the survey, you can configure a check in Architect to evaluate the call disconnect type and prevent the transfer when the disconnect is caused by a transfer.
------------------------------
Ye Yi
Technical Specialist
------------------------------
Original Message:
Sent: 01-25-2026 14:51
From: Waleed Khan
Subject: Set Post-Flow action Call Survey
Any Easiest way to handle this type of scenario . We have a customer blocked the genesys Post call survey services due to this issue. As their agents have to transfer multiple time and on each transfer customer hear Post call survey . Need to know both internal and external transfer way out where customer can only listen Survey after completing call.
------------------------------
Waleed Khan
AI Consultant
------------------------------
Original Message:
Sent: 01-25-2026 10:05
From: Ye Yi
Subject: Set Post-Flow action Call Survey
You can handle this in the in-queue flow by clearing the post-flow action first, then setting it again; however, this approach requires a separate in-queue flow for each queue.
Alternatively, you can use a common inbound flow for the survey and add logic to determine which queue the survey should be transferred to.
Another option is to use the PostFlowAction API.
delete
/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction
Remove mandatory post call actions.
patch
/api/v2/conversations/calls/{conversationId}/participants/{participantId}/communications/{communicationId}/postflowaction
Set mandatory post call actions.
------------------------------
Ye Yi
Technical Specialist