Monday Integration
Connect Monday.com boards and items to Metalogue
Monday Integration
Connect your Monday.com workspace to index boards, items, and updates.
Quick Start
const connector = await client.createConnector({
connector_type: 'monday',
display_name: 'Company Monday',
credentials: {
access_token: 'xxxxxxxxxxxx',
},
});
await client.syncConnector(connector.connector_id, true);
Synced Content
| Content Type | Indexed Fields |
|---|---|
| Boards | name, description |
| Items | name, column values |
| Updates | text, replies |
Configuration
{
"settings": {
"boards": ["board-id"],
"include_archived": false
}
}
