From b05466d55eaf69de0850d4bc531f79baa366e934 Mon Sep 17 00:00:00 2001 From: Quantstruct Bot Date: Tue, 4 Feb 2025 16:20:19 -0800 Subject: [PATCH] Add changelog for February 4, 2025 --- fern/changelog/2025-02-04.md | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 fern/changelog/2025-02-04.md diff --git a/fern/changelog/2025-02-04.md b/fern/changelog/2025-02-04.md new file mode 100644 index 000000000..2e51c9944 --- /dev/null +++ b/fern/changelog/2025-02-04.md @@ -0,0 +1,8 @@ +# Hooks, PCI Compliance, and Blocking Messages + +1. **Introduction of `Hook`s in Workflows**: You can now use [`Hooks`](https://api.vapi.ai/api#:~:text=Hook) in your workflows to automatically execute actions when specific events occur, like task start or confirmation. Hooks are now available in [`ApiRequest`](https://api.vapi.ai/api#:~:text=ApiRequest) and [`Gather`](https://api.vapi.ai/api#:~:text=Gather) workflow nodes. + +2. **Make your Assistant PCI Compliant**: You can now configure [`Assistant.pciEnabled`](https://api.vapi.ai/api#:~:text=UpdateCallDTO-,Assistant,-UpdateAssistantDTO) to indicate if your assistant deals with sensitive cardholder data that requires PCI compliance, helping you meet security standards for financial information. + +3. **Blocking Messages before Tool Calls**: You can now configure your tool calls to wait until a message is fully spoken before starting with [`ToolMessageStart.blocking=true`](https://api.vapi.ai/api#:~:text=ToolMessageStart) (default is `false`). +