Overview
This node, named "Get Profiles Sent By Applicant ID," is designed to fetch data about profiles that have been sent for a specific applicant. It is useful in scenarios where you need to retrieve information on which profiles have been shared or matched with an applicant identified by their unique ID. For example, recruitment platforms or HR systems can use this node to track the distribution of candidate profiles linked to a particular applicant.
Properties
| Name | Meaning |
|---|---|
| Applicant ID | The unique identifier of the applicant whose sent profiles you want to retrieve. This is a required string input. |
Output
The node outputs JSON data containing the response from the external API call. This data represents the profiles that have been sent for the specified applicant ID. The exact structure depends on the API response but typically includes profile details related to the applicant.
No binary data output is indicated.
Dependencies
- Requires an API key credential and a user ID credential to authenticate requests to the external service at
https://api.mona-ai.cloud. - The node makes a POST request to the endpoint
/matching/getProfilesSentByApplicantIdwith the applicant ID and credentials included in the request body. - Proper configuration of these credentials within n8n is necessary for successful execution.
Troubleshooting
Common issues:
- Missing or incorrect applicant ID will cause the API call to fail or return no results.
- Invalid or missing API credentials will result in authentication errors.
- Network connectivity problems may prevent reaching the external API endpoint.
Error messages:
- Authentication failures usually indicate invalid or expired API keys; verify and update credentials as needed.
- Validation errors may occur if the applicant ID is not provided or malformed; ensure it matches expected formats.
- Timeout or connection errors suggest network issues; check internet access and API availability.
Links and References
- Mona AI API Documentation (Assumed official API docs for further details on the endpoint and data structure)