We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

Dynamic Data- Outbound Calling

Questions and answers about IVR programming for Plum DEV

Moderators: admin, support

Post Reply
mrlinds2
Posts: 2
Joined: Tue Jan 31, 2017 4:40 pm

Dynamic Data- Outbound Calling

Post by mrlinds2 »

I was wondering if Plum Dev or Plum fuse would be able to work with dynamic data for outbound calling. We need it to query our database to call the first number on the list, then depending on the response, update the data base, then call the new number that is on the top of the list.

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: Dynamic Data- Outbound Calling

Post by support »

This type of functionality is not built into Plum Dev or Fuse, but it is possible with Dev if you use result URLs. This is how it would work:

1. You queue an outbound call with a result URL. For more details, please take a look at our documentation: http://www.plumvoice.com/docs/dev/plumd ... nddevguide

2. The result URL should be a webservice you write. This webservice will receive the result of the outbound call, then depending on the response, update your database.

3. Your webservice would also responsible for queueing the next outbound call. This way, you queue outbound calls one by one, not as a batch campaign.

Post Reply