https://github.com/grokability/google-apps-scripts-for-snipe-it
A collection of drop-in scripts that can be used with Google Sheets to perform one-off or recurring tasks in Snipe-IT from spreadsheets without a dedicated API integration
https://github.com/grokability/google-apps-scripts-for-snipe-it
asset-management it-asset-management snipe-it
Last synced: 9 months ago
JSON representation
A collection of drop-in scripts that can be used with Google Sheets to perform one-off or recurring tasks in Snipe-IT from spreadsheets without a dedicated API integration
- Host: GitHub
- URL: https://github.com/grokability/google-apps-scripts-for-snipe-it
- Owner: grokability
- License: agpl-3.0
- Created: 2023-12-13T15:08:10.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-08-25T11:22:21.000Z (10 months ago)
- Last Synced: 2025-08-25T12:40:52.779Z (10 months ago)
- Topics: asset-management, it-asset-management, snipe-it
- Language: JavaScript
- Homepage: https://snipeitapp.com
- Size: 36.1 KB
- Stars: 12
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Google Apps Scripts for Snipe-IT
Our open source IT asset management system **[Snipe-IT](https://snipeitapp.com)** prides itself on letting you move _away_ from spreadsheets and Google Sheets, but there are times when you need to run a one-off script and you might not have the time (or programming resources) to create your own bespoke API integration solution for one-off data manipulation.
This repository contains a collection of Google App Scripts that can be used to manipulate data in your Snipe-IT instance quickly and easily.
## Using Google Apps Scripts
When you have a Google Sheet with data in it and you'd like to run a Google Apps script on it, go to the sheet that contains the data in it and within the Sheets UI, go to `Extensions`, then `Apps Script`.

This will open the Apps Script editor. From there you can either copy and paste the code from the appropriate scripts in this repo, or add the script file using the left-side File menu in the Sheets UI.
## Important!
These scripts are *by design* data destructive. Please always make sure you [run a backup](https://snipe-it.readme.io/docs/backups) by going to `Admin Settings > Backups` before running them. That way if something gets messed up, you can easily restore to a known good point.
## Using these Scripts
Each script lives in it's own directory within the repo. You will find a readme file within each directory that explains customizations (such as BEARER-TOKENS, your API endpoint, etc) that need to be made to the script before you can run it.