Data Node Catalog
Generated category
Data Node Catalog
Generated from 441 catalog nodes in Data.
Nodes in this category
Showing 441 of 441 generated node docs.
Atlassian (API Token)
Data/AtlassianConnect to Jira and Confluence using an API Token. For cloud: create token at id.atlassian.com/manage-profile/security/api-tokens. For server: use personal access token.
Atlassian (OAuth)
Data/AtlassianConnect to Jira and Confluence using OAuth 2.0. Requires OAuth provider configuration in flow-like.config.json.
Get Me
Data/AtlassianGet the current authenticated user's Atlassian account information (cross-product)
Add Comment
Data/Atlassian/ConfluenceAdd a comment to a Confluence page
Add Label
Data/Atlassian/ConfluenceAdd a label to a Confluence page
Create Confluence Page
Data/Atlassian/ConfluenceCreate a new Confluence page
Delete Attachment
Data/Atlassian/ConfluenceDelete a Confluence attachment
Delete Page
Data/Atlassian/ConfluenceDelete a Confluence page. Use with caution - this action cannot be undone.
Download Attachment
Data/Atlassian/ConfluenceDownload a Confluence attachment to a FlowPath
Get Comments
Data/Atlassian/ConfluenceGet comments from a Confluence page
Get Confluence Page
Data/Atlassian/ConfluenceGet a Confluence page by its ID
Get Current User
Data/Atlassian/ConfluenceGet the profile of the currently authenticated user
Get Labels
Data/Atlassian/ConfluenceGet all labels for a Confluence page
Get Page Ancestors
Data/Atlassian/ConfluenceGet the ancestor pages (parent hierarchy) of a page
Get Page Children
Data/Atlassian/ConfluenceGet all child pages of a Confluence page
List Attachments
Data/Atlassian/ConfluenceList attachments on a Confluence page
List Confluence Spaces
Data/Atlassian/ConfluenceList all accessible Confluence spaces
Remove Label
Data/Atlassian/ConfluenceRemove a label from a Confluence page
Search Confluence
Data/Atlassian/ConfluenceSearch Confluence content using CQL (Confluence Query Language) or text search
Search Users
Data/Atlassian/ConfluenceSearch for users in Confluence
Update Confluence Page
Data/Atlassian/ConfluenceUpdate an existing Confluence page's title or body
Upload Attachment
Data/Atlassian/ConfluenceUpload a file attachment to a Confluence page
Add Comment
Data/Atlassian/JiraAdd a comment to a Jira issue
Add Worklog
Data/Atlassian/JiraAdd a work log entry to a Jira issue
Batch Create Issues
Data/Atlassian/JiraCreate multiple Jira issues in a batch
Batch Create Versions
Data/Atlassian/JiraCreate multiple versions (releases) in a batch
Batch Get Changelogs
Data/Atlassian/JiraGet changelogs for multiple issues at once
Create Issue Link
Data/Atlassian/JiraCreate a link between two issues
Create Jira Issue
Data/Atlassian/JiraCreate a new Jira issue
Create Version
Data/Atlassian/JiraCreate a new version (release) in a project
Delete Attachment
Data/Atlassian/JiraDelete an attachment from an issue
Delete Issue
Data/Atlassian/JiraDelete a Jira issue. Use with caution - this action cannot be undone.
Download Attachment
Data/Atlassian/JiraDownload the content of an attachment
Get Attachments
Data/Atlassian/JiraGet all attachments for a Jira issue
Get Changelog
Data/Atlassian/JiraGet the change history for an issue
Get Current User
Data/Atlassian/JiraGet the profile of the currently authenticated user
Get Epic Issues
Data/Atlassian/JiraGet all issues linked to an epic
Get Fields
Data/Atlassian/JiraGet all available fields in Jira (system and custom fields)
Get Issue Links
Data/Atlassian/JiraGet all links for an issue
Get Jira Issue
Data/Atlassian/JiraGet a single Jira issue by its key (e.g., PROJ-123)
Get Link Types
Data/Atlassian/JiraGet all available issue link types
Get Project Issues
Data/Atlassian/JiraGet all issues for a specific Jira project
Get Transitions
Data/Atlassian/JiraGet available workflow transitions for a Jira issue
Get Versions
Data/Atlassian/JiraGet all versions (releases) for a project
Get Worklog
Data/Atlassian/JiraGet work log entries for a Jira issue
Link to Epic
Data/Atlassian/JiraLink an issue to an epic (adds issue to epic's child issues)
List Jira Projects
Data/Atlassian/JiraList all accessible Jira projects
Remove Issue Link
Data/Atlassian/JiraRemove a link between issues
Search Fields
Data/Atlassian/JiraSearch for Jira fields by name, type, or key
Search Jira Issues
Data/Atlassian/JiraSearch for Jira issues using JQL (Jira Query Language)
Transition Jira Issue
Data/Atlassian/JiraChange the status of a Jira issue by applying a transition
Unlink from Epic
Data/Atlassian/JiraRemove an issue from its epic
Update Jira Issue
Data/Atlassian/JiraUpdate an existing Jira issue's fields
Update Version
Data/Atlassian/JiraUpdate an existing version
Upload Attachment
Data/Atlassian/JiraUpload a file attachment to a Jira issue
Create Sprint
Data/Atlassian/Jira/AgileCreate a new sprint on a board
Get Backlog
Data/Atlassian/Jira/AgileGet backlog issues for a board
Get Board Issues
Data/Atlassian/Jira/AgileGet all issues on an agile board
Get Boards
Data/Atlassian/Jira/AgileGet all agile boards (Scrum or Kanban)
Get Sprint Issues
Data/Atlassian/Jira/AgileGet all issues in a sprint
Get Sprints
Data/Atlassian/Jira/AgileGet all sprints for a board
Move to Sprint
Data/Atlassian/Jira/AgileMove issues to a sprint
Update Sprint
Data/Atlassian/Jira/AgileUpdate an existing sprint
Create DataFusion Session
Data/DataFusionCreates a new DataFusion session for SQL analytics. Configure optimization settings for production workloads.
Mount CSV
Data/DataFusionMount CSV files from a FlowPath into a DataFusion session as a queryable table
Mount JSON
Data/DataFusionMount JSON (newline-delimited) files from a FlowPath into a DataFusion session as a queryable table
Mount Parquet
Data/DataFusionMount Parquet files from a FlowPath prefix into a DataFusion session as a queryable table
Register Lance Table
Data/DataFusionRegister a LanceDB table into a DataFusion session for SQL queries. Uses the existing to_datafusion() implementation from the vector store.
Register Table
Data/DataFusionRegister a CSVTable (from Excel/CSV extraction) into a DataFusion session for SQL queries. Converts the table to an in-memory Arrow table.
SQL Query
Data/DataFusionExecute a SQL query against a DataFusion session. Returns results as both a CSVTable (for analytics) and array of row objects (for iteration).
Date Truncate Aggregation
Data/DataFusion/AggregationTruncate timestamps to a specific precision (hour, day, month, etc.) and aggregate. Simpler alternative to date_bin for standard intervals.
Time Bin Aggregation
Data/DataFusion/AggregationCreate time-based aggregations using DataFusion's date_bin function. Groups data by fixed time intervals (minute, hour, day, etc.) and applies aggregation functions.
Window Aggregation
Data/DataFusion/AggregationApply window functions for rolling/moving aggregations over time series data.
Mount Athena S3 Results
Data/DataFusion/DatabasesMount Parquet files from an Athena query result location in S3. Supports explicit credentials or environment variables (including Lambda IAM roles).
Register Athena Table
Data/DataFusion/DatabasesRegister an AWS Athena table in DataFusion. Query S3 data via Athena's catalog. Supports explicit credentials or environment variables (including Lambda IAM roles).
Register BigQuery
Data/DataFusion/DatabasesRegister a Google BigQuery table or query result into a DataFusion session. Takes a GcpProvider for authentication — pair it with the GCP Provider node.
Register ClickHouse
Data/DataFusion/DatabasesRegister a ClickHouse table for federated queries. Uses real database connection for full SQL push-down.
Register DuckDB
Data/DataFusion/DatabasesRegister a DuckDB database table for federated queries. Uses real database connection.
Register FlightSQL
Data/DataFusion/DatabasesRegister a table via Arrow Flight SQL protocol. High-performance columnar data transfer (10-100x faster than JDBC/ODBC). Supports Dremio, InfluxDB, DuckDB Flight, ClickHouse Flight, and more.
Register MySQL
Data/DataFusion/DatabasesRegister a MySQL table for federated queries. Uses real database connection for full SQL push-down.
Register Oracle
Data/DataFusion/DatabasesRegister an Oracle database table for federated queries via ODBC. Requires Oracle Instant Client with ODBC driver installed.
Register PostgreSQL
Data/DataFusion/DatabasesRegister a PostgreSQL table for federated queries. Uses real database connection for full SQL push-down.
Register SQLite
Data/DataFusion/DatabasesRegister a SQLite database table for federated queries. Uses real database connection.
Delta Table Info
Data/DataFusion/LakesGet metadata and history information about a Delta table.
Delta Time Travel
Data/DataFusion/LakesLoad a specific version or timestamp of a Delta table for point-in-time queries.
Iceberg Table Info
Data/DataFusion/LakesGet metadata, snapshots, and history of an Apache Iceberg table from a metadata file.
Iceberg Time Travel
Data/DataFusion/LakesLoad a specific snapshot of an Iceberg table for point-in-time queries.
Register Delta Table
Data/DataFusion/LakesRegister a Delta Lake table in DataFusion using a FlowPath. Requires the 'delta' feature.
Register Hive Parquet
Data/DataFusion/LakesRegister Hive-partitioned Parquet files as a table in DataFusion using a FlowPath.
Register Iceberg Table
Data/DataFusion/LakesRegister an Apache Iceberg table in DataFusion from a metadata file. Supports schema evolution and partition pruning.
Register Partitioned JSON
Data/DataFusion/LakesRegister partitioned JSON/NDJSON files as a table in DataFusion using a FlowPath.
Write Delta Table
Data/DataFusion/LakesWrite query results to a new or existing Delta Lake table using FlowPath. Supports append, overwrite modes.
DateTime to SQL Timestamp
Data/DataFusion/TimeConvert a DateTime (ISO 8601 string) to SQL timestamp literal for use in DataFusion queries.
Time Range Filter
Data/DataFusion/TimeGenerate a SQL WHERE clause for filtering by time range. Supports relative time expressions.
Describe Table
Data/DataFusion/ToolsGet the schema (column names and types) of a table in a DataFusion session.
Execute SQL
Data/DataFusion/ToolsExecute a SQL query and return results as formatted text. Ideal for agent-driven data exploration.
List Tables
Data/DataFusion/ToolsList all tables registered in a DataFusion session. Returns array of table names.
Open Database
Data/DatabaseOpen a local database
Delete
Data/Database/DeleteDelete rows from a database table and return the removed rows
Purge
Data/Database/DeletePurge Database
Create Graph Overlay
Data/Database/GraphCreates a new graph overlay definition over existing database tables
Drop Graph Overlay
Data/Database/GraphDeletes a graph overlay definition (does not drop underlying tables)
Open Graph Overlay
Data/Database/GraphOpens an existing graph overlay and returns a connection for querying
Graph Schema
Data/Database/Graph/MetaRetrieves the schema (labels and properties) of a graph overlay
List Graph Overlays
Data/Database/Graph/MetaLists all graph overlay definitions in the database
Cypher Query
Data/Database/Graph/QueryExecutes a Cypher query against the graph overlay
Graph Neighbors
Data/Database/Graph/QueryFinds neighbor nodes by traversing edges from a seed node
Graph Subgraph
Data/Database/Graph/QueryExtracts a subgraph around seed nodes for visualization
SQL Query (Graph)
Data/Database/Graph/QueryExecutes a SQL query against graph overlay tables via DataFusion
Upsert Graph Edge
Data/Database/Graph/WriteInserts or updates an edge in the graph overlay's underlying edge table
Upsert Graph Node
Data/Database/Graph/WriteInserts or updates a node in the graph overlay's underlying table
Batch Insert
Data/Database/InsertInserts multiple items at once. Faster than Upsert but might produce duplicates.
Batch Insert (CSV)
Data/Database/InsertInserts multiple items at once. Faster than Upsert but might produce duplicates.
Batch Insert (TDMS)
Data/Database/InsertReads a LabVIEW TDMS file and batch-inserts its channel data as rows into a vector database.
Batch Upsert
Data/Database/InsertInserts if the Item does not exist, Updates if it does
Insert
Data/Database/InsertFaster than Upsert, but might write duplicate items.
Upsert
Data/Database/InsertInserts if the Item does not exist, Updates if it does
Count
Data/Database/MetaCount Items
Get Schema
Data/Database/MetaGet Local Database Schema
List
Data/Database/MetaList Content
List Indices
Data/Database/MetaLists all indices on a database table
List Tables
Data/Database/MetaLists all available table names in the database location
Build Index
Data/Database/OptimizationBuild Index
Drop Index
Data/Database/OptimizationRemove an index from a database table
Flush Database
Data/Database/OptimizationFlush any buffered writes to storage immediately
Optimize and Update
Data/Database/OptimizationOptimize and Update the Database
Add Column
Data/Database/SchemaAdds a column using a typed SQL expression (e.g. 0, '', CAST(NULL AS STRING)). LanceDB rejects bare NULL — wrap it in CAST(... AS <type>). Supported types: int, bigint, float, double, string, binary, boolean, date, timestamp.
Drop Column
Data/Database/SchemaDrops a column from the database table.
Make Column Optional
Data/Database/SchemaMarks a column as optional (nullable).
(SQL) Filter Database
Data/Database/SearchFilter Database
Full-Text Search
Data/Database/SearchSearches the Database using Full-Text Search
Hybrid Search
Data/Database/SearchSearches the Database using both Vector and Full-Text Search
Vector Search
Data/Database/SearchSearches the Database based on a Vector
Cancel Job Run
Data/DatabricksCancel a running job
Databricks (OAuth)
Data/DatabricksConnect to Databricks using OAuth. The workspace URL determines the OAuth endpoints.
Databricks (PAT)
Data/DatabricksConnect to Databricks using a Personal Access Token. Generate one in your Databricks workspace under User Settings > Developer > Access tokens.
Databricks (Service Principal)
Data/DatabricksConnect to Databricks using OAuth M2M (Machine-to-Machine) authentication with a service principal. Ideal for automated workflows and CI/CD pipelines.
Databricks (Token)
Data/DatabricksConnect to Databricks using an externally managed access token. Use this for tokens obtained from OAuth flows or service principals.
Execute SQL
Data/DatabricksExecute a SQL statement on a Databricks SQL warehouse. Supports SELECT, INSERT, UPDATE, DELETE, and DDL statements.
Get Cluster
Data/DatabricksGet details of a specific cluster by ID
Get Job Run
Data/DatabricksGet the status of a job run
List Clusters
Data/DatabricksList all clusters in the Databricks workspace
List Jobs
Data/DatabricksList all jobs in the Databricks workspace
List SQL Warehouses
Data/DatabricksList all SQL warehouses in the Databricks workspace
Run Job
Data/DatabricksTrigger a job run immediately
Start Cluster
Data/DatabricksStart a terminated cluster
Start SQL Warehouse
Data/DatabricksStart a stopped SQL warehouse
Stop Cluster
Data/DatabricksTerminate a running cluster
Stop SQL Warehouse
Data/DatabricksStop a running SQL warehouse
Get DBFS Status
Data/Databricks/DBFSGet the status (metadata) of a file or directory in DBFS
List DBFS Files
Data/Databricks/DBFSList files and directories in the Databricks File System (DBFS)
Read DBFS File
Data/Databricks/DBFSRead the contents of a file from DBFS. Returns base64 encoded content for binary files.
List Catalogs
Data/Databricks/Unity CatalogList all catalogs in Unity Catalog
List Schemas
Data/Databricks/Unity CatalogList all schemas in a catalog
List Tables
Data/Databricks/Unity CatalogList all tables in a schema
Copy Worksheet
Data/ExcelDuplicate a worksheet within the same file
Excel Read Cell
Data/ExcelRead a single cell value from an XLSX sheet
Excel Remove Column
Data/ExcelDelete one or more columns from an XLSX sheet
Excel Remove Row
Data/ExcelDelete one or more rows from an XLSX sheet
Excel Write Cell
Data/ExcelWrite/update a single cell value in an XLSX sheet
Excel Write Cell (HTML)
Data/ExcelWrite/update a single cell value in an XLSX sheet (HTML)
Extract Tables (Excel)
Data/ExcelExtracts tables from an Excel worksheet
Extract Tables AI (Excel)
Data/ExcelUses AI to intelligently extract tables from complex Excel worksheets with unusual layouts
Get Sheet Names
Data/ExcelList worksheet names using calamine
Insert Column(s)
Data/ExcelInsert one or more columns into a worksheet
Insert Row(s)
Data/ExcelInsert one or more rows into a worksheet
New Worksheet
Data/ExcelCreates a new worksheet (tab) inside an existing .xlsx file
Get Row By Index
Data/Excel/RowsReturn a single row as a struct (1-based index)
Local Path to Path
Data/FilesConverts a PathBuf to a Path
Read to Bytes
Data/Files/ContentReads the content of a file Fto bytes
Read to String
Data/Files/ContentReads the content of a file to a string
Write Bytes
Data/Files/ContentWrites bytes to a file
Write String
Data/Files/ContentWrites a string to a file
Cache Dir
Data/Files/DirectoriesConverts the cache directory to a Path
Storage Dir
Data/Files/DirectoriesConverts the storage directory to a Path
Upload Dir
Data/Files/DirectoriesConverts the upload directory to a Path
User Dir
Data/Files/DirectoriesConverts the user directory to a Path
Virtual Dir
Data/Files/DirectoriesCreates an in-memory virtual directory path
Azure Blob Container
Data/Files/ExternalTurn an Azure Blob Storage container into a FlowPath. Takes an AzureProvider.
GCS Bucket
Data/Files/ExternalTurn a Google Cloud Storage bucket into a FlowPath. Takes a GcpProvider.
R2 Bucket
Data/Files/ExternalTurn a Cloudflare R2 bucket into a FlowPath. Takes a CloudflareProvider in 'r2' auth mode (account_id + R2 access key/secret).
S3 Bucket
Data/Files/ExternalTurn an S3 bucket (or any S3-compatible endpoint) into a FlowPath. Takes an AwsProvider for authentication. Use a CloudflareProvider + R2 node for Cloudflare R2 — it's specialised.
S3 Express Bucket
Data/Files/ExternalTurn an S3 Express One Zone bucket into a FlowPath. Ultra-low latency single-AZ storage. Takes an AwsProvider.
SMB Share
Data/Files/ExternalTurn an SMB2/3 share into a FlowPath.
Copy
Data/Files/OperationsCopies a file from one location to another
Delete
Data/Files/OperationsDeletes a file or directory
Get
Data/Files/OperationsReads all bytes from a file
Get Range
Data/Files/OperationsReads a range of bytes from a file
Hash File
Data/Files/OperationsHashes a file
Head
Data/Files/OperationsGets the metadata of a file
List Folders
Data/Files/OperationsLists folders under a path
List Paths
Data/Files/OperationsLists all paths in a directory
List With Offset
Data/Files/OperationsLists paths in a directory with offset and limit
Path Exists?
Data/Files/OperationsChecks if a path exists
Put
Data/Files/OperationsWrites bytes to a file
Rename
Data/Files/OperationsRenames a file
Sign URL
Data/Files/OperationsGenerates a signed URL for accessing a file
Sign URLs
Data/Files/OperationsGenerates signed URLs for accessing files
Child
Data/Files/PathCreates a child path from a parent path
Extension
Data/Files/PathGets the file extension from a path
Filename
Data/Files/PathGets the filename from a path
From Raw Path
Data/Files/PathReconstructs a FlowPath from a raw path string using the store reference from a base path
Parent
Data/Files/PathGets the parent path from a path
Raw Path
Data/Files/PathGets the raw path string
Replace Segment
Data/Files/PathReplaces a segment in a FlowPath
Set Extension
Data/Files/PathSets the file extension of a path
Set Filename
Data/Files/PathGets the filename from a path
Add Issue Comment
Data/GitHubAdd a comment to an issue or pull request
Clone Repository
Data/GitHubClone a GitHub repository. Works with any FlowPath store type (local, S3, memory, etc.). For non-local stores, clones to a temp directory first, then copies files into the target store.
Compare Commits
Data/GitHubCompare two commits, branches, or tags
Create Branch
Data/GitHubCreate a new branch from a reference (branch name or SHA)
Create Issue
Data/GitHubCreate a new issue in a repository
Create PR Review
Data/GitHubCreate a review on a pull request
Create Pull Request
Data/GitHubCreate a new pull request
Create Release
Data/GitHubCreate a new release
Create/Update File
Data/GitHubCreate or update a file in a repository
Delete Branch
Data/GitHubDelete a branch from a repository
Delete File
Data/GitHubDelete a file from a repository
Download File
Data/GitHubDownload raw file content from a repository (for large files)
Download Release Asset
Data/GitHubDownload a release asset into a FlowPath
Get Branch
Data/GitHubGet details about a specific branch
Get Commit
Data/GitHubGet details about a specific commit
Get File Contents
Data/GitHubGet the contents of a file from a repository
Get Issue
Data/GitHubGet details about a specific issue
Get Latest Release
Data/GitHubGet the latest published release (excludes drafts and prereleases)
Get Pull Request
Data/GitHubGet details about a specific pull request
Get Release by Tag
Data/GitHubGet a release by its tag name
Get Repository
Data/GitHubGet detailed information about a specific repository
Get User
Data/GitHubGet information about a GitHub user, or the authenticated user if no username provided
GitHub (App Token)
Data/GitHubConnect to GitHub using a GitHub App installation token. Use this for server-to-server authentication.
GitHub (OAuth)
Data/GitHubConnect to GitHub using OAuth Device Flow.
GitHub (PAT)
Data/GitHubConnect to GitHub using a Personal Access Token. Generate one at github.com/settings/tokens
List Branches
Data/GitHubList branches for a repository
List Commits
Data/GitHubList commits for a repository
List Issue Comments
Data/GitHubList comments on an issue or pull request
List Issues
Data/GitHubList issues for a repository
List PR Files
Data/GitHubList files changed in a pull request
List PR Reviews
Data/GitHubList reviews on a pull request
List Pull Requests
Data/GitHubList pull requests for a repository
List Release Assets
Data/GitHubList assets attached to a release
List Releases
Data/GitHubList releases for a repository
List Repositories
Data/GitHubList repositories for the authenticated user or a specified organization
Merge Pull Request
Data/GitHubMerge a pull request
Search Code
Data/GitHubSearch for code across GitHub repositories
Search Issues
Data/GitHubSearch for issues across GitHub repositories
Search Repositories
Data/GitHubSearch for repositories on GitHub
Update Issue
Data/GitHubUpdate an existing issue
Update Pull Request
Data/GitHubUpdate an existing pull request
Upload Release Asset
Data/GitHubUpload a FlowPath file as a release asset
Cancel Workflow Run
Data/GitHub/WorkflowsCancel a workflow run that is in progress
Get Latest Workflow Run
Data/GitHub/WorkflowsGet the most recent workflow run, optionally filtered by conclusion (success/failure)
Get Workflow Run
Data/GitHub/WorkflowsGet details of a specific workflow run
List Workflow Runs
Data/GitHub/WorkflowsList runs for a specific workflow or all workflows in a repository
List Workflows
Data/GitHub/WorkflowsList GitHub Actions workflows in a repository
Rerun Workflow
Data/GitHub/WorkflowsRe-run a workflow run
Trigger Workflow
Data/GitHub/WorkflowsTrigger a GitHub Actions workflow dispatch event
Authenticate with Google to access Drive, Sheets, Docs, Gmail, YouTube, Calendar and more.
Create Event
Data/Google/CalendarCreate a new calendar event
Delete Event
Data/Google/CalendarDelete a calendar event
Get Event
Data/Google/CalendarGet a specific calendar event
List Calendars
Data/Google/CalendarList all Google Calendars
List Events
Data/Google/CalendarList events from a Google Calendar
Query Free/Busy
Data/Google/CalendarQuery free/busy information for calendars
Quick Add Event
Data/Google/CalendarCreate an event from natural language text
Update Event
Data/Google/CalendarUpdate an existing calendar event
Create Document
Data/Google/DocsCreate a new Google Document
Delete Text
Data/Google/DocsDelete text from a range in a Google Document
Export Document
Data/Google/DocsExport a Google Document into a FlowPath
Get Document
Data/Google/DocsGet a Google Document's metadata and content
Get Document Text
Data/Google/DocsExtract plain text from a Google Document
Insert Text
Data/Google/DocsInsert text at a specific location in a Google Document
Replace All Text
Data/Google/DocsReplace all occurrences of text in a Google Document
Copy File
Data/Google/DriveCopy a file in Google Drive
Create Folder
Data/Google/DriveCreate a new folder in Google Drive
Delete File
Data/Google/DriveDelete a file or folder from Google Drive
Download File
Data/Google/DriveDownload a Google Drive file into a FlowPath
Get File Metadata
Data/Google/DriveGet detailed metadata for a Google Drive file
List Google Drive Files
Data/Google/DriveLists files from a Google Drive folder
Move File
Data/Google/DriveMove a file to a different folder in Google Drive
Read Google Drive File
Data/Google/DriveReads the content of a file from Google Drive as text
Search Drive
Data/Google/DriveSearch for files in Google Drive
Upload File
Data/Google/DriveUpload a FlowPath file to Google Drive
Create Form
Data/Google/FormsCreate a new Google Form
Get Form
Data/Google/FormsGet details of a Google Form
Get Form Response
Data/Google/FormsGet a specific response from a Google Form
List Form Responses
Data/Google/FormsList all responses to a Google Form
Update Form Info
Data/Google/FormsUpdate title and description of a Google Form
Create Draft
Data/Google/GmailCreate a draft email in Gmail
List Labels
Data/Google/GmailList all labels in Gmail
Send Email
Data/Google/GmailSend an email via Gmail
Add Meet to Event
Data/Google/MeetAdd Google Meet to an existing calendar event
Create Instant Meeting
Data/Google/MeetCreate an instant Google Meet meeting starting now
Create Meeting
Data/Google/MeetCreate a new Google Meet meeting
Get Meeting Details
Data/Google/MeetGet details of a Google Meet meeting from its calendar event
Add Sheet
Data/Google/SheetsAdd a new sheet to a Google Spreadsheet
Append Rows
Data/Google/SheetsAppend rows to the end of a Google Sheets range
Clear Range
Data/Google/SheetsClear values from a Google Sheets range
Create Spreadsheet
Data/Google/SheetsCreate a new Google Spreadsheet
Delete Sheet
Data/Google/SheetsDelete a sheet from a Google Spreadsheet
Get Spreadsheet
Data/Google/SheetsGet Google Spreadsheet metadata and sheet list
Read Range
Data/Google/SheetsRead data from a Google Sheets range
Write Range
Data/Google/SheetsWrite data to a Google Sheets range
Add Slide
Data/Google/SlidesAdd a new slide to a Google Slides presentation
Add Text to Slide
Data/Google/SlidesAdd a text box with text to a Google Slide
Create Presentation
Data/Google/SlidesCreate a new Google Slides presentation
Delete Slide
Data/Google/SlidesDelete a slide from a Google Slides presentation
Export Presentation
Data/Google/SlidesExport a Google Slides presentation into a FlowPath
Get Presentation
Data/Google/SlidesGet a Google Slides presentation's metadata and slides
Add to Playlist
Data/Google/YouTubeAdd a video to a YouTube playlist
Get Channel
Data/Google/YouTubeGet YouTube channel details
Get Playlist Items
Data/Google/YouTubeGet videos in a YouTube playlist
Get Video
Data/Google/YouTubeGet YouTube video details by ID
List My Videos
Data/Google/YouTubeList videos from the authenticated user's channel
List Playlists
Data/Google/YouTubeList YouTube playlists
Remove from Playlist
Data/Google/YouTubeRemove a video from a YouTube playlist
Search Videos
Data/Google/YouTubeSearch for YouTube videos
Get Me
Data/LinkedInGet the current authenticated user's LinkedIn profile information
LinkedIn (OAuth)
Data/LinkedInConnect to LinkedIn using OAuth 2.0. Requires OAuth provider configuration in flow-like.config.json.
Share Article
Data/LinkedInShare an article/link on LinkedIn with optional title and description
Share Text Post
Data/LinkedInShare a text post on LinkedIn
Graph Request
Data/MicrosoftCall any Microsoft Graph endpoint with optional collection pagination
Microsoft Graph (OAuth)
Data/MicrosoftConnect to Microsoft Graph using OAuth Authorization Code Flow with PKCE.
Microsoft Graph (Token)
Data/MicrosoftConnect to Microsoft Graph API using an access token. Use for server-to-server auth or manual token management.
Create Calendar
Data/Microsoft/CalendarCreate a new calendar
Create Event
Data/Microsoft/CalendarCreate a new calendar event
Delete Event
Data/Microsoft/CalendarDelete a calendar event
Find Meeting Times
Data/Microsoft/CalendarFind available meeting times for attendees
Get Schedule
Data/Microsoft/CalendarGet free/busy schedule for users
List Calendars
Data/Microsoft/CalendarList all calendars for the user
List Events
Data/Microsoft/CalendarList calendar events within a time range
Update Event
Data/Microsoft/CalendarUpdate an existing calendar event
Copilot Chat
Data/Microsoft/CopilotSend a message to Microsoft 365 Copilot using the official Chat API with streaming support. Supports file context from OneDrive/SharePoint and web search grounding.
Copilot Search
Data/Microsoft/CopilotPerform hybrid semantic and lexical search across OneDrive for work or school content using the official Microsoft 365 Copilot Search API
Filter Copilot Interactions
Data/Microsoft/CopilotFilter Copilot interactions by type (user prompts vs AI responses)
Get Copilot Interactions
Data/Microsoft/CopilotGet Microsoft 365 Copilot interaction history (prompts and responses)
Get Meeting Insight
Data/Microsoft/CopilotGet a specific AI insight from a Teams meeting
Get User Copilot Settings
Data/Microsoft/CopilotGet the current user's Copilot settings and preferences
List Meeting Insights
Data/Microsoft/CopilotGet AI-generated meeting notes and action items from Teams meetings
Subscribe Copilot Notifications
Data/Microsoft/CopilotSubscribe to change notifications for Copilot interactions
Add Excel Table Row
Data/Microsoft/ExcelAdd a row to an Excel table
Get Excel Table
Data/Microsoft/ExcelGet data from an Excel table by name
Get Excel Used Range
Data/Microsoft/ExcelGet the used range of a worksheet
List Excel Worksheets
Data/Microsoft/ExcelList worksheets in an Excel workbook stored in OneDrive
Read Excel Range
Data/Microsoft/ExcelRead data from a range in an Excel worksheet
Write Excel Range
Data/Microsoft/ExcelWrite data to a range in an Excel worksheet
Copy Item
Data/Microsoft/OneDriveCopy a file or folder in OneDrive
Create Folder
Data/Microsoft/OneDriveCreate a new folder in OneDrive
Delete Item
Data/Microsoft/OneDriveDelete a file or folder from OneDrive
Download File
Data/Microsoft/OneDriveDownload a file from OneDrive
Get OneDrive Item
Data/Microsoft/OneDriveGet metadata for a OneDrive item
List OneDrive Items
Data/Microsoft/OneDriveList files and folders in OneDrive
Move Item
Data/Microsoft/OneDriveMove a file or folder to a new location in OneDrive
Search OneDrive
Data/Microsoft/OneDriveSearch for files and folders in OneDrive
Upload File
Data/Microsoft/OneDriveUpload a FlowPath file to OneDrive; automatically uses an upload session for larger files
Create Notebook
Data/Microsoft/OneNoteCreate a new OneNote notebook
Create Page
Data/Microsoft/OneNoteCreate a new page in a OneNote section
Create Section
Data/Microsoft/OneNoteCreate a new section in a OneNote notebook
Delete Page
Data/Microsoft/OneNoteDelete a OneNote page
Get Page Content
Data/Microsoft/OneNoteGet the HTML content of a OneNote page
List Notebooks
Data/Microsoft/OneNoteList all OneNote notebooks
List Pages
Data/Microsoft/OneNoteList all pages in a OneNote section
List Sections
Data/Microsoft/OneNoteList all sections in a OneNote notebook
Attachment → Fields
Data/Microsoft/OutlookAccess Outlook attachment fields and bytes
Create Calendar Event
Data/Microsoft/OutlookCreate a new Outlook calendar event
Delete Calendar Event
Data/Microsoft/OutlookDelete an Outlook calendar event
Forward Calendar Event
Data/Microsoft/OutlookForward a calendar event to other recipients
Get Calendar Event
Data/Microsoft/OutlookGet a single Outlook calendar event by ID
Get Message
Data/Microsoft/OutlookGet a single Outlook email message by ID
Get Message Attachments
Data/Microsoft/OutlookFetch attachments for an Outlook message
List Calendar Events
Data/Microsoft/OutlookList Outlook calendar events
List Contacts
Data/Microsoft/OutlookList Outlook contacts
List Mail Folders
Data/Microsoft/OutlookList Outlook mail folders
List Messages
Data/Microsoft/OutlookList Outlook email messages
RSVP Calendar Event
Data/Microsoft/OutlookAccept, decline, or tentatively accept a calendar event invitation
Send Message
Data/Microsoft/OutlookSend an email through Outlook
Update Calendar Event
Data/Microsoft/OutlookUpdate an existing Outlook calendar event
Create Bucket
Data/Microsoft/PlannerCreate a new bucket in a Planner plan
Create Planner Task
Data/Microsoft/PlannerCreate a new task in a Planner plan
Get Plan
Data/Microsoft/PlannerGet details of a specific Planner plan
List My Plans
Data/Microsoft/PlannerList all Planner plans the user has access to
List My Tasks
Data/Microsoft/PlannerList all Planner tasks assigned to the current user
List Plan Buckets
Data/Microsoft/PlannerList all buckets in a Planner plan
List Plan Tasks
Data/Microsoft/PlannerList all tasks in a Planner plan
Update Planner Task
Data/Microsoft/PlannerUpdate an existing Planner task
Microsoft Search
Data/Microsoft/SearchSearch across Microsoft 365 content using the Microsoft Graph Search API. Supports files, emails, calendar events, Teams messages, SharePoint sites, and more.
Copy Drive Item
Data/Microsoft/SharePointCopy a SharePoint drive item asynchronously
Create List Item
Data/Microsoft/SharePointCreate a SharePoint list item from field values
Create SharePoint Folder
Data/Microsoft/SharePointCreate a folder in a SharePoint drive
Delete Drive Item
Data/Microsoft/SharePointDelete a file or folder from a SharePoint drive
Delete List Item
Data/Microsoft/SharePointDelete a SharePoint list item
Download SharePoint File
Data/Microsoft/SharePointDownload a file from SharePoint
Get Drive Item
Data/Microsoft/SharePointGet metadata for a SharePoint drive item by ID or path
Get List Item
Data/Microsoft/SharePointGet a single SharePoint list item
Get List Items
Data/Microsoft/SharePointGet items from a SharePoint list
Get SharePoint Site
Data/Microsoft/SharePointGet a SharePoint site by hostname and path or site ID
List Drive Items
Data/Microsoft/SharePointList files and folders in a SharePoint drive (document library)
List SharePoint Drives
Data/Microsoft/SharePointList document libraries (drives) in a SharePoint site
List SharePoint Lists
Data/Microsoft/SharePointList all SharePoint lists in a site
Move Drive Item
Data/Microsoft/SharePointMove or rename a SharePoint drive item
Search Drive Items
Data/Microsoft/SharePointSearch files and folders in a SharePoint drive
Search SharePoint Sites
Data/Microsoft/SharePointSearch for SharePoint sites by keyword
Update List Item Fields
Data/Microsoft/SharePointUpdate field values on a SharePoint list item
Upload SharePoint File
Data/Microsoft/SharePointUpload a FlowPath file to a SharePoint drive; automatically uses an upload session for larger files
Create Channel
Data/Microsoft/TeamsCreate a new channel in a Microsoft Team
Create Team
Data/Microsoft/TeamsCreate a new Microsoft Team
Get Channel Messages
Data/Microsoft/TeamsGet messages from a Microsoft Teams channel
List Joined Teams
Data/Microsoft/TeamsList all Microsoft Teams the user has joined
List Team Channels
Data/Microsoft/TeamsList all channels in a Microsoft Team
Send Channel Message
Data/Microsoft/TeamsSend a message to a Microsoft Teams channel
Complete Task
Data/Microsoft/To DoMark a task as completed in Microsoft To Do
Create Task
Data/Microsoft/To DoCreate a new task in a Microsoft To Do task list
Create Task List
Data/Microsoft/To DoCreate a new Microsoft To Do task list
Delete Task
Data/Microsoft/To DoDelete a task from Microsoft To Do
List Task Lists
Data/Microsoft/To DoList all Microsoft To Do task lists
List Tasks
Data/Microsoft/To DoList all tasks in a Microsoft To Do task list
Update Task
Data/Microsoft/To DoUpdate an existing task in Microsoft To Do
Append Notion Block Children
Data/NotionAppends child blocks to a Notion block or page
Create Notion Data Source
Data/NotionCreates a Notion data source inside an existing database
Create Notion Page
Data/NotionCreates a new page under a Notion data source, database, or page
Delete Notion Block
Data/NotionMoves a Notion block to trash
Download Notion File
Data/NotionDownloads a Notion file URL into a FlowPath
Get Notion Data Source
Data/NotionRetrieves a Notion data source schema with its properties
Get Notion Database
Data/NotionRetrieves a Notion database schema with its properties
Get Notion Page
Data/NotionRetrieves a Notion page with its content and blocks
List Notion Block Children
Data/NotionLists child blocks for a Notion block or page
List Notion Databases
Data/NotionLists all databases the integration has access to
Notion (API Key)
Data/NotionConnect to Notion using an Internal Integration token. Create an integration at notion.so/my-integrations and paste the token here.
Notion (OAuth)
Data/NotionConnect to Notion using OAuth. Requires OAuth provider configuration in flow-like.config.json.
Query Notion Data Source
Data/NotionQueries a Notion data source and returns matching pages or child data sources
Query Notion Database
Data/NotionQueries a Notion database and returns matching pages
Search Notion
Data/NotionSearches across all pages and databases the integration has access to
Update Notion Block
Data/NotionUpdates a Notion block with a raw Notion block update object
Update Notion Data Source
Data/NotionUpdates a Notion data source title, description, icon, or property schema
Update Notion Page
Data/NotionUpdates properties of an existing Notion page
Upload Notion File
Data/NotionUploads a FlowPath file to Notion and returns a file_upload object
AWS Provider
Data/ProvidersBuild an AWS credential struct. Supports explicit access keys, named profiles, EC2 instance metadata, EKS web identity (IRSA), STS AssumeRole and the default environment chain. Emits an AwsProvider that any AWS-aware node (S3, Athena, Bedrock, ...) can consume.
Azure Provider
Data/ProvidersBuild an Azure credential struct. Supports storage account key, SAS token, full connection string, service-principal (tenant/client/secret), managed identity, workload identity and Azure CLI cached tokens. Emits an AzureProvider that any Azure-aware node (Blob, ADLS, ...) can consume.
Cloudflare Provider
Data/ProvidersBuild a Cloudflare credential struct. Supports scoped API tokens, legacy email + global API key, R2 S3-compatible access keys and Origin CA keys. Emits a CloudflareProvider that CF-aware nodes (R2 stores, DNS API, Workers, ...) can consume.
GCP Provider
Data/ProvidersBuild a Google Cloud credential struct. Supports application default credentials, service account JSON, service account key file (FlowPath), workload identity and static access tokens. Emits a GcpProvider that any GCP-aware node (BigQuery, GCS, ...) can consume.
Write Barcode
Data/QREncode text as a barcode image
TDMS Metadata
Data/TDMSExtracts metadata (groups, channels, properties) from a LabVIEW TDMS file.