I'm trying to create a zapier job (zap) that involves creating a document in a mongodb collection each time a new row is added to a spreadsheet.
To achieve this, I need to connect Zapier to MongoDB. However, the connection string that is provided in MongoDB Atlas (which I've used successfully to connect other apps) doesn't seem to work with Zapier.
In the connect dialog box (https://ibb.co/Tq1LXYf), I've tried entering my mongodb connection string as the host (without password and user name, which have to be entered separately).
mongodb+srv://:@cluster0-v1yap.mongodb.net/test?retryWrites=true&w=majority
Zapier can't connect, and it returns the error message:
cluster0-v1yap.mongodb.net:27017: [Errno -5] No address associated with hostname
Would anyone be able to tell me where to get the correct value for the host field in the Zapier connection pop-up(see screenshot linked above)?
cluster0-v1yap.mongodb.net
, based on the information you provided. – xavdid