AI Classify
Classify text into exactly one of the categories you give, and store the chosen label (route the workflow with an If).
AIAIClassify
What it does
Classify text into exactly one of the categories you give, and store the chosen label (route the workflow with an If).
Parameters
| Parameter | Type | Required | Default | Description |
|---|---|---|---|---|
| API base URL | string | Required | http://localhost:11434/v1 | OpenAI-compatible base. Default = local Ollama (offline). Supports variables |
| API key (blank for local) | string | Optional | Bearer token for cloud providers. Supports variables | |
| Model | string | Required | llama3 | Example: llama3 Supports variables |
| Text to classify | multiline | Required | Example: {{{ticketBody}}} Supports variables | |
| Categories | multiline | Required | One category per line (or comma-separated). The model must pick exactly one of these. Example: billing
technical support
sales
other Supports variables | |
| Timeout (seconds) | number | Optional | 180 | |
| Store category in | variable | Required | Example: category |
More AI commands
Ready to automate your busywork?
Start your free 10-day trial today. No credit card, no commitment.