Modules@robinpath/monday

@robinpath/monday

0.1.1Public

Monday.com module for RobinPath.

@robinpath/monday

Monday.com module for RobinPath.

Category Functions Auth License

Why use this module?

The monday module lets you:

  • listBoards
  • getBoard
  • createBoard
  • listItems
  • getItem

All functions are callable directly from RobinPath scripts with a simple, consistent API.

Installation

npm install @robinpath/monday

Quick Start

1. Set up credentials

monday.setCredentials "your-credentials"

2. listBoards

monday.listBoards

Available Functions

FunctionDescription
monday.setCredentialsConfigure monday credentials.
monday.listBoardslistBoards
monday.getBoardgetBoard
monday.createBoardcreateBoard
monday.listItemslistItems
monday.getItemgetItem
monday.createItemcreateItem
monday.updateItemupdateItem
monday.deleteItemdeleteItem
monday.listGroupslistGroups
monday.createGroupcreateGroup
monday.listColumnslistColumns
monday.createColumncreateColumn
monday.addUpdateaddUpdate
monday.listUpdateslistUpdates
monday.listWorkspaceslistWorkspaces
monday.createSubitemcreateSubitem
monday.moveItemToGroupmoveItemToGroup
monday.archiveItemarchiveItem

Examples

listBoards

monday.listBoards

getBoard

monday.getBoard

createBoard

monday.createBoard

Integration with RobinPath

import { RobinPath } from "@wiredwp/robinpath";
import Module from "@robinpath/monday";

const rp = new RobinPath();
rp.registerModule(Module.name, Module.functions);
rp.registerModuleMeta(Module.name, Module.functionMetadata);

const result = await rp.executeScript(`
  monday.setCredentials "your-credentials"
  monday.listBoards
`);

Full API Reference

See MODULE.md for complete documentation including all parameters, return types, error handling, and advanced examples.

Related Modules

License

MIT

Versions (1)

VersionTagPublished
0.1.1latestyesterday
Install
$ robinpath install @robinpath/monday
Version0.1.1
LicenseMIT
Unpacked Size4.6 KB
Versions1
Weekly Downloads0
Total Downloads0
Stars0
Last Publishyesterday
Createdyesterday

Category

productivity