Page 1 of 1
Call Retry Interval limit
Posted: Fri Mar 24, 2017 11:53 am
by cnoyes
Looking at the API documentation it looks like the max retry interval is 86400 (1 day). Optimal retry interval for our campaigns is at least 1 1/4 days or 108000. That allows us to try the user the following day at a different time of day. Can this retry interval limitation be removed? I expect that for some clients we want to space call attempts several days apart.
Thanks.
Re: Call Retry Interval limit
Posted: Tue Mar 28, 2017 10:54 am
by support
Built-in, we only allow reattempts up to a day apart. However, you can schedule longer reattempt waits if you use the result URL to manage your own queueing schedule.
Using the result URL, your webservice would receive the results of each call. If you see that a call was not picked up, your webservice can then schedule the next queue attempt, ie. call the Fuse+ outbound API when the time is right.