1.0.0 • Published 9 months ago

@managed-api/monday-v2025-07-sr-connect v1.0.0

Weekly downloads
-
License
UNLICENSED
Repository
-
Last release
9 months ago

ScriptRunner Connect Managed API for monday.com

Managed API for monday.com is an API Client for monday.com by Adaptavist. You can read more about Managed APIs here.

This is ScriptRunner Connect runtime specific version of the Managed API (with sr-connect suffix). If you want to use Managed API in any other runtime, have a look at the runtime agnostic version.

Supported API calls

Constructing Managed API

In ScriptRunner Connect a Managed API is constructed for you, but if you need to construct it manually, here's how you can do it:

import { MondayApi } from '@managed-api/monday-sr-connect';

export default async function() {
    const api = new MondayApi('API_CONNECTION_ID');
}

Contact

Feel free to drop ideas, suggestions or improvements into our Slack community channel.

Changelog

2025-07

  • New item field:
    • description: This field returns the item's ID and content blocks where the description is stored.
  • New reply field:
    • assets: You can now query assets attached to an update’s replies using the new assets field.
  • New create_workspace argument:
    • account_product_id: The unique identifier of the account’s product in which to create the new workspace.
  • New create_board argument:
    • empty: You can now create empty boards using the new empty argument on the create_board mutation. When used, this creates a new board without any items in the default group. Check out the full announcement

Copyright Adaptavist 2025 (c) All rights reserved