Overview
This node retrieves applicants from the MONA platform's database by making a POST request to a specific API endpoint. It is useful for scenarios where you need to fetch applicant data stored on the MONA platform, such as for recruitment or data analysis purposes.
Use Case Examples
- Fetching all applicants from the MONA platform database to display in a dashboard.
- Integrating applicant data retrieval into an automated workflow for processing or reporting.
Output
JSON
applicants- The list or data of applicants retrieved from the MONA platform database
Dependencies
- An API key credential named 'userIdApi' is required to authenticate the request to the MONA platform API.
Troubleshooting
- Ensure the 'userIdApi' credential is correctly configured and valid, as authentication failure will prevent data retrieval.
- Verify network connectivity to 'https://api.mona-ai.cloud' to avoid request timeouts or connection errors.
- Check that the API endpoint 'https://api.mona-ai.cloud/database/getApplicantsFromDatabaseForPlatform' is accessible and the platform service is operational.