Documentation Index
Fetch the complete documentation index at: https://docs.voxworks.ai/llms.txt
Use this file to discover all available pages before exploring further.
Tools connect your assistant to external services. When a tool step executes:
- The assistant gathers required inputs
- The tool calls the external service
- Results are written to live variables
- The step condition evaluates success or failure
SMS
| Tool | Description |
|---|
| SMS - Send to Contact | Send an SMS message to the contact |
| SMS - Read and Extract Email | Receive SMS from contact and extract email address |
Calendar
| Tool | Description |
|---|
| Calendar - Check Availability | Check availability for requested day and time |
Integration tools connect to external services like Calendly. These tools require API credentials configured in Settings > Integrations — once connected, credentials are automatically used by the tools.
Calendly
| Tool | Description |
|---|
| Calendly - Get Availabilities | Get available time slots from Calendly |
| Calendly - Book Time | Book an appointment in Calendly |
| Calendly - Cancel Booking | Cancel an existing Calendly booking |
O365 Bookings
| Tool | Description |
|---|
| O365 Bookings - Booking | Complete O365 Bookings flow with availability, booking, SMS confirmation, and cancellation |
Tools accept two types of inputs:
| Input Type | Description |
|---|
| Manual Inputs | Values you configure when setting up the tool step |
| Global Inputs | Variables automatically passed from contact data or previous tool outputs |
Tools write results to live variables that can be used in subsequent steps. All tools return a result boolean indicating success or failure.
See Variables for the full list of available variables.
Tools are used via Tool Steps in your flows. See Tool Steps for details on:
- Configuring tool inputs
- Handling success and failure conditions
- Using tool outputs in subsequent steps
Next Steps