Overview
This node, named 'Get Profiles Sent', is designed to retrieve all applicant profiles that have been sent to the job market. It is useful in scenarios where a user wants to track or analyze the profiles that have been submitted for job matching or recruitment purposes. For example, a recruitment platform could use this node to fetch and display all profiles sent to employers or job listings.
Use Case Examples
- A recruitment agency uses this node to get a list of all candidate profiles sent to various job postings to monitor application statuses.
- A job matching service integrates this node to fetch profiles sent to the market for further processing or analytics.
Output
JSON
response- The response from the API containing the profiles that have been sent to the job market
Dependencies
- Requires an API key credential and a user ID credential for authentication with the Mona AI API.
Troubleshooting
- Ensure that the API key and user ID credentials are correctly configured and valid, as authentication failure will prevent the node from retrieving data.
- Check network connectivity to the Mona AI API endpoint (https://api.mona-ai.cloud/matching/getProfilesSent) to avoid request failures.
- If the API response is empty or unexpected, verify that there are profiles actually sent to the job market and that the credentials have the necessary permissions.
Links
- Mona AI API Documentation - Get Profiles Sent - Official API documentation for the endpoint used by this node to fetch sent profiles.