ReferenceGlossary

Glossary

TermMeaning
WorkflowYour voice agent, as the platform names it: prompt, voice/language settings, properties, and post-call actions. Deployed to a phone number and/or a web widget.
PromptThe plain-language instruction that defines your agent’s behavior. Lives in the Builder tab.
Live / StagingStatus on a Workflow’s card: actively deployed, or still being worked on.
PropertyA named piece of data (string, number, boolean) your agent captures during a call, e.g. callerName. Usable in the Integration tab via ${propertyName}.
ActionSomething that runs automatically after a call: Email, Webhook (HTTPS API), Telegram, Push Notification, or Result Generation.
Marketplace IntegrationA ready-made connection to a third-party service (e.g. Slack, Google Calendar, Jira), connected via OAuth or credentials.
Custom IntegrationA connection you define yourself to any REST API, including the specific actions your agent may call.
In-call actionAn integration action that runs while the agent is still on the call, so its result can be used in the conversation.
Post-call actionAn action that runs only after the call ends.
Outbound WorkflowScheduled or immediate outbound calls to a contact list, using a Workflow as the call script.
Knowledge BaseReference documents you upload for your agent to draw on.
WidgetThe embeddable voice-call button for your own website.
Result GenerationThe action that controls what appears as a row in the Result Dashboard — optionally only when a condition is met.