Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion fern/workflows.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ Workflows break down your AI voice agent's behavior into discrete, manageable ac
<Card title="Ask (Coming Soon)" icon="question-circle">
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.
</Card>
<Card title="API Request" icon="code" href="/workflows/tasks/apiRequest">
<Card title="API Request" icon="code" href="/workflows/verbs/api-request">
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.
</Card>
<Card title="Transfer" icon="phone-arrow-right" href="/workflows/tasks/transfer">
Expand Down