DASHBOARD
Password Reset Functionality Restored: An issue where users were unable to reset their password from their FreeClimb dashboard has been resolved.
DASHBOARD
Tooltip and Time Field Updates: An issue where tooltips overlapped on the Numbers dashboard page has been resolved. A bug where time fields did not clear when associated date fields were cleared has also been resolved.
API
Enhanced Security Protection: Additional security protection for the FreeClimb API has been added.
IVR
DTMF Pass-Through for Conferences: The dtmfPassThrough
parameter was added to Update a Participant. A new PerCL command, SetDTMFPassThrough, has also been added. These additions allow DTMF tones from a conference participant to be heard by others in the same conference. This is especially useful when connecting a caller to another IVR system through a FreeClimb Conference.
API
Standardized Date Field: The new dateXXXISO
field has been added for every dateXXX
field on an API Resource. This new dateXXXISO
date field is in UTC (Coordinated Universal Time) and adheres to the RFC 3339 specification (e.g., 2024-10-09T15:05:03.358Z).
API
URL Field Removal from requestHeader: Currently in logs showing POSTs from FreeClimb to a customer application, the URL used for posting appears in both messages and requestHeaders under the metadata object. In an upcoming release, we will remove the redundant URL field from the requestHeaders object to streamline the interface. If you're currently referencing the URL in the requestHeaders object, please ensure you remove all references this this URL before September 18th, 2024.
MMS
Short Code MMS Support: Users with a paid FreeClimb account can now send messages with MMS on Short Code numbers.
10DLC
Additional 10DLC Campaign Fields: Additional 10DLC campaign fields have been added to the campaign details page of the FreeClimb dashboard, allowing users to view additional details pertaining to keywords submitted during campaign creation.
SMS
Toll-Free Number Verification Now Required to Send SMS Messages: Toll-free numbers must now be verified before sending SMS messages on FreeClimb API. We've added additional details to the FreeClimb Numbers dashboard page that indicate whether a toll-free or long code number is SMS verified.
SMS
Empty SMS Messages: FreeClimb API will now reject empty outbound SMS messages.
API
Updated Available Phone Number API: Improvements have been made to the way FreeClimb API users can search for available phone numbers to purchase using the /AvailablePhoneNumbers end point. When users now query for available FreeClimb phone numbers, local (DID) numbers will be returned by default. For toll-free numbers, users should add the capabilities.tollFree=true parameter. To search for all available phone numbers, the following query should be used:
https://www.freeclimb.com/apiserver/AvailablePhoneNumbers?phoneNumber=.%2A
For more information about the /AvailablePhoneNumbers end point, please consult the List Available Numbers FreeClimb Docs page. Please note this is a breaking change that will require users to update any pre-existing code that uses the FreeClimb /AvailablePhoneNumbers end point.
If you experience any difficulty making updates to your application(s) or if you have any questions about this change, please contact [email protected] and we will be glad to assist you.