Add a node in the Workflows builder with Add Node.Many fields accept data from the trigger or an earlier node. 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 with an invalid model or an empty prompt, the node does not
stop the workflow. Instead, it returns a failed result.
A later Multi-Branch node can react to the failure. The whole run does not error out.
The response text is available to later nodes, along with whether the request succeeded. If
it failed, an error message is also available to log or act on.