pipedream icon indicating copy to clipboard operation
pipedream copied to clipboard

[Components] nuclino

Open pipedream-component-development opened this issue 6 months ago • 1 comments

nuclino

URLs

  • https://help.nuclino.com/d3a29686-api

Polling Sources

new-item-created

Description

Emit new event when an item is created in a Nuclino workspace. Requires selecting either the workspaceId or teamId to monitor.

new-item-updated

Description

Emit new event when an item is updated in the selected workspace. Requires selecting either the workspaceId or teamId.

Actions

create-item

Description

Create a new item in the specified Nuclino workspace. Requires either workspaceId or parentId. Optional props are object, title, content, and index.

search-items

Description

Search for items or collections by search query. Requires either workspaceId or teamId and the search query. Optional prop of maxResults that defaults to 100.

update-item

Description

Update the content of an existing item. Requires the itemId. Optional props are title and content.

User request

sergio-eliot-rodriguez avatar May 29 '25 04:05 sergio-eliot-rodriguez

Hi everyone, all test cases are passed! Ready for release!

Test report https://vunguyenhung.notion.site/Components-nuclino-203bf548bb5e8143a82ccff66ab7de58

vunguyenhung avatar Jun 01 '25 10:06 vunguyenhung