UNPKG

n8n-nodes-mongo-change-stream-trigger

Version:

n8n-nodes-mongo-change-stream-trigger is a community package for n8n that brings real-time MongoDB integration to your workflows. It uses MongoDB’s native change streams to monitor a specified collection without relying on polling and offers advanced, cas

7 lines (6 loc) 208 B
import type { ICredentialType, INodeProperties } from 'n8n-workflow'; export declare class MongoDb implements ICredentialType { name: string; displayName: string; properties: INodeProperties[]; }