Hi Spoorthi,
If I understand you in the right way, Here are some insights may help you:
Set up Database Connection:
Create Entities:
Create Microflow:
Call Microflow from REST API:
Test the API:
Make sure using error handling to handle error scenarios gracefully and secure your API calls if necessary by adding authentication and authorization mechanisms.
** Kindly accept my answer if it assist you to solve your problem.
Hi Spoorthi YU
As I understand you want to consume an API from a MongoDB
I think first of all try to test the endpoint you have on Postman to make sure it works fine.
and it doesn't matter which DB you're using while you calling APIs
Does the GET Activity that you use in the MF returns any error if so
Please provide with the error to help
The above DummyJSON i.e fake API that I used first and its working.
This the error I am getting while I try to import the users.
Hello @Ahmad Aljaafreh, above is the external database connector you talking about right?