Skip to content

Workflow Naming Guide

Tropikal is workflow-first. A workflow describes the customer or owner job being handled end to end: answering a visitor, qualifying a lead, drafting content, reviewing email, preparing a booking request, or handing work to an owner.

The public authenticated app host is app.tropikal.ai. ops.tropikal.ai is retired and must not be used for browser or API traffic.

Use this language in customer docs:

TermUse it for
WorkflowThe end-to-end job Tropikal is helping run.
RunOne execution of a workflow.
PersonaOptional AI behavior inside a workflow: tone, boundaries, and escalation rules.
FunctionAn approved action a workflow can run.
KnowledgeApproved sources a workflow can use when answering or drafting.
CapabilitiesApproved actions, integrations, and tools the workflow may use.
Connected DataApproved business objects synced from a connected website.
ChannelsPlaces where the workflow starts or hands off, such as website chat, email, Telegram, or dashboard review.
HandoffThe owner-ready result: lead details, summary, draft reply, booking request, or next action.
Website publish destinationA workflow output that sends reviewed content to a connected website.

Legacy technical labels

Some older database identifiers, file paths, and code symbols still use historical labels. Treat those as implementation strings, not as the product category. For customer-facing explanation, use workflow and persona.

Examples:

PreferAvoid
AI Front Desk workflowAI Front Desk as a standalone bot product
Configure the personaWrite the soul
Knowledge & capabilitiesOperating map
Website Embed workflowPublic chat bubble as the whole product
Owner handoffRaw AI output

What belongs where

The workflow owns the job, Trigger, Work Steps, Conditions, workload package, outputs, and handoffs. The persona owns how the AI should behave while performing that job. Knowledge and capabilities define what the persona can safely use.

Do not put changing business facts into the persona. Put approved facts in Knowledge. Do not describe broad system powers in the persona. Add only the capabilities the workflow needs.

Do not present Website Embed, email, Telegram, or output destinations as persona setup. Configure where a workflow starts in the Trigger node and where it ends in the Output node. In Trigger, Channel opens Public Channels rows for Public Embed, Email, and Telegram; deeper channel settings open in the workflow inspector.

Compatibility references

Keep exact implementation strings only when accuracy matters, but explain the customer behavior as a workflow using a persona, knowledge, Connected Data, and capabilities.