Get the (almost) daily changelog
-
New
transferCompleteAudioUrlProperty inTransferPlan: You can now specify a custom audio file URL usingtransferCompleteAudioUrlinTransferPlanwhen usingwarm-transfer-experimentalmode to play a sound after the transfer is complete. This allows you to add a custom notification (like a beep) for the destination party after delivering the message or summary. -
bodyParameter inCreateApiRequestToolDTOIs Now Optional: Thebodyproperty has been removed from the required fields inCreateApiRequestToolDTO, so you no longer need to include it when creating an API request tool. This means you can create API requests without a body, useful for HTTP methods like GET or DELETE.