Workiom

Learn how to use Workiom with Composio

Overview

SLUG

WORKIOM

Description

Workiom allows businesses to create custom workflows, integrate apps, and automate processes, reducing manual overhead and streamlining operations

Authentication Details

generic_api_key
stringRequired

Tools

SLUG: WORKIOM_CREATE_RECORD

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.

Action Parameters

list_id
stringRequired
record_data
objectRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WORKIOM_GET_ALL_LISTS

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.

Action Parameters

include_fields
booleanDefaults to True
page_number
integerDefaults to 1
page_size
integerDefaults to 50
workspace_id
stringRequired

Action Response

data
objectRequired
error
string
successful
booleanRequired

SLUG: WORKIOM_GET_RECORDS

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.

Action Parameters

filters
array
list_id
stringRequired
max_result_count
integer
skip_count
integer
sorting
string

Action Response

data
objectRequired
error
string
successful
booleanRequired