From 0653cc1bad9d7cc597631ed1d3281fa640656c6e Mon Sep 17 00:00:00 2001 From: Sidney Maestre Date: Mon, 17 Feb 2025 17:42:57 -0800 Subject: [PATCH] Update workflows.mdx Link from API Request tile was incorrect resulting in a 404. Corrected the url path from "apiRequest" to "api-request" --- fern/workflows.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fern/workflows.mdx b/fern/workflows.mdx index 8fe80a5c4..c7ab46595 100644 --- a/fern/workflows.mdx +++ b/fern/workflows.mdx @@ -60,7 +60,7 @@ Workflows break down your AI voice agent's behavior into discrete, manageable ac Asks a question and uses AI conditions to evaluate the response and determine the next step. This enables natural conversational flow without needing to explicitly gather variables, as the AI interprets the semantic meaning of responses. - + Makes calls to external APIs using GET or POST methods. Configure request headers and body, and define extraction rules to capture specific data from the JSON response. Optionally, enable asynchronous execution so that the workflow proceeds while awaiting the API response.