Skip to content

Commit 23e07b7

Browse files
SidneyAllenhumford
andauthored
Update workflows.mdx (#212)
Link from API Request tile was incorrect resulting in a 404. Corrected the url path from "apiRequest" to "api-request" Co-authored-by: Henry Williams <[email protected]>
1 parent 28381b2 commit 23e07b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

fern/workflows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Workflows break down your AI voice agent's behavior into discrete, manageable ac
6060
<Card title="Ask (Coming Soon)" icon="question-circle">
6161
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.
6262
</Card>
63-
<Card title="API Request" icon="code" href="/workflows/tasks/apiRequest">
63+
<Card title="API Request" icon="code" href="/workflows/verbs/api-request">
6464
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.
6565
</Card>
6666
<Card title="Transfer" icon="phone-arrow-right" href="/workflows/tasks/transfer">

0 commit comments

Comments
 (0)