Does anyone have a workaround for bulk updates to controls, vendors, risk, etc in Vanta? We've added some new fields to mature our vendor management. I'm able to download our current vendor list and can easily see what's blank, but I have to manually update each vendor individually. There doesn't seem to be a way to just update the blank fields in the Excel export and re-upload the changes, unless I'm missing something obvious
Hey Ryan: Was doing some digging on this and found a potential solution, albeit more technical (beyond my own technical knowledge), lmk what you think. Do you have eng/developer support for something like this? Vanta API You can use Vanta's API to programmatically update vendor records in bulk:
PATCH /v1/vendors/{vendorId} endpoint allows you to update individual vendors
You can script this to loop through your vendor list and update fields programmatically
This works for standard fields (account manager, contract dates, security owners) and custom fields
Custom Fields via API For custom vendor fields specifically:
Custom fields must first be created in the UI (Vendors → Settings → Custom vendor fields)
Once created, they can be updated via API calls
This requires some technical setup but can streamline bulk updates going forward
Ryan F. - this may be a hot take, but using APIs is the modern equivalent of using Macros 20 years ago. If your org will allow it, I recommend downloading Postman, which makes using APIs terribly easy. For $16, you can also take this course from Udemy which will get you up and running (https://www.udemy.com/course/postman-crash-course-for-beginners-learn-rest-api-testing/). I know time is precious, but this is like taking the time to build a wheel instead of hauling everything on your back. It will pay dividends. If you can't use Postman, then the more difficult but also valuable way to go is to learn basic command line scripting (BASH for Mac and Powershell for Windows)
That, and there is AI do a lot of the heavy lifting for you now.
hey Jason L. thank you for mentioning this, on all accounts. I actually just worked with our product team to spin up a specialized product feedback flow for community to get more eyes internally on feedback. do you mind submitting this feedback here? That way, we can log it as coming directly from the Vanta Community and get it in front of Vanta product/Eng. My hope is that as a result of that, you (and others here) can have the biggest impact possible on the Vanta platform. ![]()
