MongoDB
Getting started with MongoDB
To use any of the above modules, you need to have a running instance of MongoDB configured for public access from the Internet.
Connecting MongoDB to Integromat
Please select version 2.2.12 in Mongo settings:
To connect your MongoDB instance to Integromat, follow the general instructions for Connecting to services. You will be prompted to enter your MongoDB connection string. Please include the username, password, and database in this connection string. If you don't know what it is or how to get it, please look here: https://docs.mongodb.com/manual/reference/connection-string/.
Example connection strings: mongodb://admin:qwerty@192.168.25.36/my-database
mongodb://admin:xxxxxxxxxxxxxx@cluster0-shard-00-00-zf4c4.mongodb.net:27017,cluster0-shard-00-01-zf4c4.mongodb.net:27017,cluster0-shard-00-02-zf4c4.mongodb.net:27017/test?ssl=true&authSource=admin&replicaSet=Cluster0-shard-0
mongodb://<username>:<password>@cluster0-shard-00-00-yn8nz.mongodb.net:27017,cluster0-shard-00-01-yn8nz.mongodb.net:27017,cluster0-shard-00-02-yn8nz.mongodb.net:27017/test?ssl=true
mongodb://<username>:<password>@cluster0-shard-00-00.n21339.mongodb.net:27017,cluster0-shard-00-01.n21339.mongodb.net:27017,cluster0-shard-00-02.n21339.mongodb.net:27017/Test_DB?ssl=true&replicaSet=atlas-8huh9hu-shard-0&authSource=admin&retryWrites=true&w=majority
After you have filled the 'Connection string' field you can press the Continue button and Integromat will try to establish a connection to your database. If it succeeds, the dialog will close and you will be able to continue setting up your module.
Integromat will make connections to your database from the following IP range: 82.208.14.110
- 82.208.14.119
. Our servers are set up with valid PTR records so you can easily restrict access by allowing %.integromat.com
.
Date/time queries
To perform a date/time query, use the ISO 8601 format with milliseconds and no time zone offset. E.g. 2019-05-06T16:19:03.123Z
.