Legacy Dev Forum Posts

 View Only

Sign Up

Transfered Call to Call Flow transfer back to originator flow

  • 1.  Transfered Call to Call Flow transfer back to originator flow

    Posted 06-05-2025 19:04

    Nordien_Anflous | 2024-02-14 10:48:31 UTC | #1

    Hello Everyone,

    I have a question, I have a call flow that blocks ANI numbers and is working fine but i also have a whitelist check for numbers that cannot be blocked that part also works fine.

    My question is how do transfer the call that was send to the block call flow back to the orginator call flow where the call was transferred from?

    Do i have to use set participant data and then a decision check?

    Kind Regards, Nordien Anflous


    jacobshaw | 2024-02-14 14:23:10 UTC | #2

    Hi @Nordien_Anflous You could use SetParticipantData in the upstream flow to set a flag, then GetParticipantData in the downstream flow to check for that flag and transfer back to the original flow if it's present. It doesn't look like there are any built-in Architect variables that would help you here, so this is the best method that I'm aware of. https://help.mypurecloud.com/articles/architect-default-variables/


    Nordien_Anflous | 2024-02-15 09:18:36 UTC | #3

    Would you have an example how to I have added the set participant part with CalledAddress = Substring(Call.CalledAddressOriginal,4,12)

    I am looking how i would setup the get participant data and transfer part if you would have an example would be appreciated.

    ![Transfer back to flow 1

    690x263](upload://dFuHzL1x7tpzoSMs0STJZ7K0zRi.jpeg)

    ![Transfer back to flow 2

    690x254](upload://zR0wQrsAEmPZhiOEz1wLPgakI7.jpeg)

    Kind Regards, Nordien


    Nordien_Anflous | 2024-02-15 09:42:56 UTC | #4

    I already found the correct transfer method it is working. Thank you again for assistance.


    system | 2024-03-17 09:42:54 UTC | #5

    This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.


    This post was migrated from the old Developer Forum.

    ref: 24636