Overview
This node, named 'Get Applicants From Database', is designed to retrieve applicant data from a database via an API call. It is useful in scenarios where you need to fetch applicant information stored in a remote database, such as for recruitment or HR automation workflows. The node performs a POST request to a specified API endpoint, sending authentication credentials to access the data.
Use Case Examples
- Automating the retrieval of job applicants' data for processing in a recruitment pipeline.
- Integrating applicant data fetching into a larger workflow for candidate evaluation or reporting.
Output
JSON
applicants- The list or data of applicants retrieved from the database
Dependencies
- Requires an API key credential and a UID credential for authentication to the external Mona AI API service.
Troubleshooting
- Ensure that the API key and UID credentials are correctly configured and valid; invalid credentials will cause authentication errors.
- Check network connectivity to the API endpoint https://api.mona-ai.cloud/database/getApplicantsFromDatabase to avoid request failures.
- Verify that the API endpoint is available and not experiencing downtime.
Links
- Mona AI API Documentation - Official API documentation for the endpoint used to get applicants from the database.