- Joined
- Aug 4, 2021
- Messages
- 8
- Reaction score
- 1
Hello, I am a newbie creating CFD's.
I have created a CFD that starts with a a Web service rest which creates a record on our CRM (Salesforce), I am mapping the created record id into a varible (,callflow$.Created_Call_Id_Record). The record is created just fine.
Then, I have another Web service rest, which retrieves the created record using the callflow$.Created_Call_Id_Record from the previous Rest Service Rest, one of the fields that I have there is the customer's name., I mapped the field into a variable (callflow$.PersonsName)
Then, I have a Prompt Playback object with a text-to-speech with the following content CONCATENATE("Hello ",callflow$.PersonsName)
When I am calling the call script ext, I hear just "Hello", instead of "Hello Joe"
What am I doing wrong here?
I just found out that I am getting a different response for the Web service rest, which is supposed to retrieve the records from salesforce.
It works fine on the Call Flow Designer but not when it triggers from the PBX.
Any guidance?
I have created a CFD that starts with a a Web service rest which creates a record on our CRM (Salesforce), I am mapping the created record id into a varible (,callflow$.Created_Call_Id_Record). The record is created just fine.
Then, I have another Web service rest, which retrieves the created record using the callflow$.Created_Call_Id_Record from the previous Rest Service Rest, one of the fields that I have there is the customer's name., I mapped the field into a variable (callflow$.PersonsName)
Then, I have a Prompt Playback object with a text-to-speech with the following content CONCATENATE("Hello ",callflow$.PersonsName)
When I am calling the call script ext, I hear just "Hello", instead of "Hello Joe"
What am I doing wrong here?
I just found out that I am getting a different response for the Web service rest, which is supposed to retrieve the records from salesforce.
It works fine on the Call Flow Designer but not when it triggers from the PBX.
Any guidance?
Last edited: