This document outlines how to connect your MongoDB (Atlas) to DrDroid to query it from playbooks and investigations.
mongodb+srv://<username>:<password>@<cluster>.polos.mongodb.net
Testing the Integration: Create a playbook that includes a step to list top 5 documents in a collection of your choice.