You receive webhook responses one candidate (resume) at a time, even though resumes are processed in bulk on the backend.
Here’s how it works:
-
The backend processes multiple resumes in bulk via a scheduler.
-
However, the webhook sends a separate callback for each parsed resume individually.
-
So you get multiple webhook calls, each containing the parsed JSON data for one candidate/resume.
This approach helps you handle each resume’s data independently and allows easier error handling and processing.
For technical setup help or webhook customization, you can reach out to support@rchilli.com.
Comments
0 comments
Please sign in to leave a comment.