Monday

ToolByIronHubVersion0.1.0

monday.com API v2 (GraphQL) read and write access. Reads the current account, boards (list/get/groups), items (paginated by board, single get, search by column value, updates), users, and workspaces. Writes: create_item, update_item_column_values (change_multiple_column_values), archive_item, delete_item, move_item_to_group, create_group, create_subitem, create_update. Exposes a raw monday_graphql_query action for any query or mutation against api.monday.com/v2. Authenticated with a personal API v2 token sent as the raw value of an Authorization header (NO Bearer prefix per the monday.com convention).

Install
$ironclaw ironhub install monday

Description

monday.com API v2 (GraphQL) read and write access. Reads the current account, boards (list/get/groups), items (paginated by board, single get, search by column value, updates), users, and workspaces. Writes: create_item, update_item_column_values (change_multiple_column_values), archive_item, delete_item, move_item_to_group, create_group, create_subitem, create_update. Exposes a raw monday_graphql_query action for any query or mutation against api.monday.com/v2. Authenticated with a personal API v2 token sent as the raw value of an Authorization header (NO Bearer prefix per the monday.com convention).

Access & Credentials

Credential method

Bearer token

Credential accounts
Monday Api TokenRequired

Bearer token

monday_api_token

Network & Permissions

Network destinations
api.monday.com
Effects
Can write external data

Implementation

WIT Interface0.3.0
Source Pathtools/monday
Technical tags
WASM toolHTTP allowlist

Resources

Review implementation and setup instructions before installing.