Hi there,
I was wondering if anyone could provide any tips on how to integrate with my phone system so that when a call comes in, the customer's record is pulled up automatically like a screen pop. My voip service has a feature where, each time a call comes in, their server can send an notification by sending an http request to some url and including the phone numer or caller ID. For example, it could send a post to http://methodintegration.com/method/someurlhere.aspx?search={callerid} where the phone number is populated into the {}'s.
Any tips on how to achieve this integration? Would it be possible to have an external service set some "last call from" variable and then have a button that you can click to search for the contact using whatever was last stored in this variable?
Thanks,
Jake