Skip to main content

MongoDB Credential

Use this type for workflow nodes that read/write MongoDB.

Configure

  1. Open Credentials -> New Credential.
  2. Select type mongodb.
  3. Set:
    • mongodb_connection_uri (or env-backed URI variable)
    • optional default database
  4. Save and reference it from MongoDB workflow node config.

Verify

  1. Run a test workflow execution that performs one read query.
  2. Confirm success branch output and result payload.

Common issues

  • Connection timeout: incorrect URI, DNS, or network path.
  • Authentication failed: wrong user/password in URI.