MongoDB
MongoDB database connection credentials.
Fields
| Field | Description | Required |
|---|---|---|
| Connection String | MongoDB connection URI (e.g., mongodb+srv://...) | Yes |
| Database | Default database name | No |
Setup Steps
- Step 1: Get your connection string from MongoDB Atlas or your self-hosted server
- Step 2: In Falcon Builder, go to Dashboard → Credentials → Add Credential
- Step 3: Select MongoDB as the credential type
- Step 4: Paste your connection string and optionally set a default database name
- Step 5: Click Test Credential to verify the connection