Get the (almost) daily changelog
-
New
transferCompleteAudioUrl
Property inTransferPlan
: You can now specify a custom audio file URL usingtransferCompleteAudioUrl
inTransferPlan
when usingwarm-transfer-experimental
mode 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. -
body
Parameter inCreateApiRequestToolDTO
Is Now Optional: Thebody
property 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.