Hi, My requirement is like this, I am scheduling the call thru IfByPhone programmatically. During that i am preparing a CSV file in that for each number i am giving a custom message. It is working fine.
But the need is, i need to send both custom message and after that survey questions together. Then i need to get the survey answer from the user....
If I understand your question correctly - you are playing a custom prompt which is parameterized (i.e. using {parmatername} ). Now what you want to do is customize an actual question as well.
You can use the same method to customize question test as well as answer prompts. So a multiple choice question might be:
Hi, Thanx for your reply! Can u give an example... Note: I am not sending custom message thru user parameter. it is thru csv file itself... The csv will look like this...
name
number
message
Tester 1
<<Number>>
Hi Tester
Now, along with this message i need to ask some questions as well. For those questions i need to get the answers and track those answers...
If you are sending a message field in the csv, it will correspond to a parameter in the survo. Using the techniques I outline above, create the parameters in the survo first. Then add the fields to the csv file.