Skip to content

voxic/PowerAutomate_MDB_Sample_Connector

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MongoDB Azure Power Automate Custom connector

MongoDB Data API

This connector is an introduction to the MongoDB Data API.
The Data API provides you with a REST access to your data in MongoDB Atlas, the database-as-a-service offering by MongoDB. You can find the full documentation on the MongoDB Data API on the documentation website.

Getting Started

To test out the MongoDB Data API connector, start by creating a MongoDB Atlas cluster. Once you have a cluster, you can fork this connector.
Once you have a cluster up and running, enable the Data API.
From the Atlas UI, copy the URL endpoint provided for the Data API, and paste the value in your URL_ENDPOINT connector variable.
Still in the Atlas UI, create a new API key, copy the value and paste it in the API_KEY connection variable. You can now explore the various endpoints and see how to perform CRUD operations on your collection using the MongoDB Data API.

Importing the connector

In the Power Automate portal, click on Data -> Custom Connectors in the menu on the left.
custom connector

Click on + New custom connector in the top right menu and select Import and OpenAPI file open API

Select the MongoDB-DataAPI-Sample.swagger.json file from this repo.

Change the baseURL to reflect your environment. you can find your <Data API App ID>in the Data API section of the MongoDB Atlas console.
baseURL

Disclaimer

This is a sample custom connector.
Use at your own risk; not a supported MongoDB product

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published