April 7, 2022

-
You can now perform an exact search using the List Management Lookup an Element (POST/rest/v1/my/list/{listId}/find/element) and Lookup Multiple Elements (POST/rest/v1/my/list/{listId}/find/elements) endpoints.
-
To search for an exact match: Use findConditions, a header value from your list, and include $eq before the value you want to find. For example, to find records with the exact name "Alex" you could use:
Copy1 2 3 4 5
{
"findConditions": {
"name": { "$eq": "alex" }
}
} -
If you do not include $eq, your search results will include any partial matches.
-

-
The Two Factor Authentication app is now available within the Marketplace. Use this app to send an authentication token to your customers via SMS.
-
The Installed Apps tab was updated to include the Select Action drop-down list. This consolidates some previously included functionality and includes some new features. From the Select Action list you can:
-
Advanced Customization: (New!) Choose between customizing your app in SmartFlows or duplicating it within the Marketplace. If you choose the “Copy and customize in SmartFlows” option, a new flow will appear in SmartFlows with the name “{Marketplace App Name}_cloned”. Using your Marketplace app as a starting point, you can then customize the flow by adding more actions, updating the configurations, etc. You can also use this feature to troubleshoot your app in the event of an issue.
-
Configure App: Update the app configurations
-
Rename App: Change the Name label for the app
-
Delete App: You can only delete an app you created, otherwise this option is greyed out
-
Documentation: View the documentation page for that app
-
View Flow ID: (New!) A pop-up window appears with the Flow ID associated with your app
-

-
On the Number Assignment page, and the Number Assignment pop-up, the search functionality has been updated.
-
To the left of the Search box, use the drop-down list to search by number or label.
-
You can perform a bulk number search by selecting “Number” from the drop-down, then include the full numbers, separated by comas (e.g., “+17771112222, +17772223333, +17773334444”).
Note: At this time you cannot perform a bulk search for multiple labels.
-
You can perform a partial number search by selecting “Number” from the drop-down and including four or more characters.
-
You can perform a partial label search by selecting “Label” from the drop-down and including two or more characters.
-
-
The List Lookup action now searches for an exact match. To search for a partial match based on the Select Lookup Value field, deselect the Look for exact match check box.
-
The Press or Say Sensitivity Level settings have been updated. If you click the Allow Interrupt check box, a Sensitivity Level drop-down list appears with the following options:
-
Low: Use this setting if the caller might be in an environment with loud background sounds
-
Medium: The recommended setting to account for neutral background sounds
-
High: Use this setting if the caller is in an environment with low background sounds
-
-
The String Operations action now supports the ability to use variables with the Substring, First, and Last operations.
-
The Condition action was updated to support negative values for less than and greater than conditions.
-
An update was made to ensure only relevant data for the selected list is retrieved when multiple List Lookup actions exist in your flow.