Search K
Appearance
Appearance
The Mesh Indexer Monday
node is used to index data from a Monday.com board into an Elasticsearch index using the Mesh Indexer system. This node supports full indexing or updates of records based on specific criteria and can optionally generate text embeddings using OpenAI services.
This task connects to Monday.com via a configured service account and indexes data into the specified index name using the Mesh Indexer engine. The output is written into the Elasticsearch index, optionally with vectorized content for semantic search.
Label | Type | Description |
---|---|---|
Select Index | text | Name of the Elasticsearch index to write to. |
Index Action | picklist | Type of index operation to perform. Valid values: - Full Index - Update From Date - Update Single Record |
ServiceAccount-OpenAI | text | Service account ID for OpenAI access (used for embeddings). |
ServiceAccount-Elastic Search | text | Service account ID for the target Elasticsearch index. |
ServiceAccount-Monday | text | Service account ID to access Monday.com API. |
Document ID | text | Optional ID of a specific record to update (used with "Update Single Record"). |
Record Title | text | Title format override for indexed records. |
Sub Title | text | Subtitle format override. |
Sub Domain | text | Subdomain for record grouping or filtering. |
Board ID | text | Monday.com Board ID from which records should be indexed. |
Include Text Vectorization | boolean | Whether to generate text embeddings using OpenAI. |
This node does not generate direct output variables. The results are written to the specified Elasticsearch index, and a success/failure status is returned.
Completed
or Fail
true
or false
If the provided service account IDs are not found, the task will fail with a validation message.
The node can perform one of three index actions:
Full Index
: Indexes all available data from the specified Monday board.Update From Date
: (Not yet implemented in this version – future enhancement).Update Single Record
: Re-indexes a specific document identified by its Document ID
.If "Include Text Vectorization" is enabled, the node uses OpenAI service to create vector embeddings for semantic search.
Include Text Vectorization
field relies on a valid OpenAI API key and usage permissions.Use this node to synchronize structured data from Monday.com (e.g., project management boards, task trackers) into your enterprise search index, allowing for keyword and semantic lookup.