WombatDialer a social media dialer

As we are getting started with WombatDialer, we present an initial fictional scenario that shows a number of interesting features. Let’s imagine that we work for ACME Social, a company that specializes in tracking the success of its clients on social networks like Facebook or Google+. So, every time someone befriends one of their clients, we want WombatDialer to call the client telling them their current number of friends. The call would say something like “Hello ! Customer 1234 has 127 friends. Goodbye!” This example shows a couple of features that are not trivial to implement on most dialers, notably:

  • The message will be customized with a number of parameters, so that each client receives a personalized version and not just a pre-recorded note
  • The dialer starts calling on-demand when something happens and handles reschedules internally


unfold_more Continue Reading...