Avionté bug fixes: Week of July 13, 2026
This update includes fixes to improve talent_tag_added webhook event behavior and company update behavior. Check the rest of the article for more details.
-
talent_tag_added Webhook Event Was Not Triggered When Talent Information Was Added Through Several Endpoints
Resolved an issue where the talent_tag_added webhook event was not triggered when the following endpoints were used:
- Add Company Experience
- Add Talent Tag
- Add Talent Source
- Add Industry Experience
- Add Talent Quick Title
- Add Citizenship
- Add a Certification
With this fix, the
talent_tag_addedwebhook event is now triggered when talent information is added through any of these endpoints. When multiple tags are added as part of a single operation, the event is triggered only once. -
Update Company Only Saved the Last Representative User
Resolved an issue where the Update a Company endpoint did not correctly save multiple values provided in the
representativeUsersproperty. Previously, when multiple representative user IDs were submitted, only the last ID in the array was saved.With this fix, the endpoint now persists all representative user IDs provided in the
representativeUsersarray. The API response and the Representative Users field in BOLD now accurately reflect the saved values.