Make sure when you are using netget user_parameters to use the proper case. For example, if in your survo prompt text you have "Hello {Name}" , then your user_parameters should specify Name.
So: <action> <app>survo</app> <parameters> <id>XXXX</id> <user_parameters> <Name>Phil</Name> </user_parameters> </parameters> </action>
Great. If we were to use net integration with database. How to query the same from your database integration instead of getting notified for each call if needed?