cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 
Alibaba
Level 6

How to "phone home" from setup interview

Hi,

I want to ask the user some questions (like how the product can be improved) in the setup interview and want to send these informations back to our company. Has anybody done this yet? How can I do this?

Thank you for any answer!
Labels (1)
0 Kudos
(2) Replies
Johannes_T
Level 6

Hi Alibaba,
I thought about the same task some weeks ago and found one (not very clever) solution. You can use the user inputs to build a script file that you can pipe to telnet. If you have a webserver online you can send post reqeusts with your datas to your server. Check the last paragraph of http://tonycode.com/wiki/index.php?title=Making_HTTP_requests_via_telnet .
I was wondering if there are some APIs (sockets, etc.) to use a network connection.
Keep me informed!
Greeetings,
Johannes
Pete_Delgado
Level 4

Alibaba wrote:
Hi,

I want to ask the user some questions (like how the product can be improved) in the setup interview and want to send these informations back to our company. Has anybody done this yet? How can I do this?

Thank you for any answer!


Why not just send an e-mail or contact an external http server if the user has internet connectivity? The code is conceptually easy...

-Pete