Add a step in the Workflows builder with Add Node. Many fields accept data from the
trigger or an earlier step: type
{{ to open the variable picker.AI Prompt
Sends a prompt to a language model and returns its response.
For example, prompt the model to summarize a lead’s enriched company description into one
sentence, then use that sentence in a Slack notification or CRM field.
If the request fails (for example, an invalid model or an empty prompt), the step does not stop
the workflow. Instead it returns a failed result so a later Multi-Branch step can react to
the failure rather than the whole run erroring out.
The response text is available to later steps, along with whether the request succeeded and,
if it failed, an error message you can log or act on.