Avionté bug fixes: Week of June 29, 2026
This update includes fixes to improve placement creation and webhook event behavior. Check the rest of the article for more details.
-
Add a Placement Failed When Time Approver Had No BOLD User Record 179678
Resolved an issue where the Add a Placement endpoint could fail if the specified time approver (
timeApproveId) did not have a corresponding BOLD user record. Previously, placement creation could not be completed unless the time approver already existed as a user.With this fix, if the specified time approver does not have a BOLD user record, the system automatically creates one before creating the placement. If the user record already exists, the placement is created successfully without modifying the existing user record.
-
talent_tag_deleted Webhook Event Was Not Triggered for Several Talent Tag Removal Endpoints
Resolved an issue where the talent_tag_deleted webhook event was not trigger when the following endpoints were used:
- Remove Company Experience
- Remove Talent Tag
- Remove Talent Source
- Remove Industry Experience
- Remove Talent Quick Title
- Remove Citizenship
- Remove Certification
With this fix, the
talent_tag_deletedwebhook event is now triggered for deletions made through any of these endpoints. When multiple deletions occur as part of a single operation, the event is triggered only once.