JAICP updates in September 2024
New
- New features in ECMAScript 6.
- The
$dialer.getRetryIntervals
method for getting pause duration. - Notifications about call campaign status in JAICP and Aimylogic.
New features in ECMAScript
In the ECMAScript 6 runtime, these features became available:
-
The
currentDate
andToPrettyString
functions. -
The
$entites
variable. -
All methods of the services:
You can view the remaining restrictions in the ECMAScript 6 support in JAICP article.
The $dialer.getRetryIntervals method for getting pause duration
We added a new $dialer.getRetryIntervals
method.
It returns the duration of pauses between call attempts.
You can get the values from the call campaign settings and from the current call series.
Use this method together with $dialer.redial
. This way you can schedule call series using the current pause duration.
Notifications about call campaign status
In the call campaign settings in JAICP and Aimylogic, a new option is available: Get notifications about the campaign status.
Enable the option and enter your email. You will get emails if the campaign is paused due to a technical error or if the plan limits are reached. Notifications are also sent if you stop the campaign in the interface or via Calls API.