Workiom allows businesses to create custom workflows, integrate apps, and automate processes, reducing manual overhead and streamlining operations
Creates a new record in a specified Workiom list. This tool creates a record with basic field types like text, numbers, dates, and static list items. The record data should be provided as a JSON object where each key is a field ID and the value matches the expected data type for that field.
Get all lists from a Workiom workspace. This action fetches all available lists in a Workiom workspace. It's a fundamental tool that serves as a prerequisite for most other operations (like creating records, which require a list ID). The action supports pagination and can optionally include field definitions for each list.
Retrieves records from a specified list in Workiom. This tool fetches records from a specified list with optional filtering, sorting, and pagination capabilities. The response includes the records along with summary information and total count.