Discussions
webhook for applications
22 days ago by Tanja
Hello,
I’ve successfully built an integration using the Personio Recruiting API to create applications. However, I’m encountering an issue with webhook usage for receiving updates on application statuses.
Based on the Personio documentation, the webhook sends back the person_id. Unfortunately, the Recruiting API does not provide the person_id when creating an application, making it difficult to link the webhook data to the corresponding application in my system.
Here are my questions:
- Is there a way to obtain the person_id during application creation via the Recruiting API?
- Is there a specific webhook available for tracking application status updates?
- If not, is it possible to configure an existing webhook to handle application statuses?
- Would it be possible to include the application status in the payload of a webhook, or is a separate API call to fetch the person using the person_id required?
Thank you in advance!