https://github.com/invenhost/inventree-zapier
Integrate Zapier into InvenTree
https://github.com/invenhost/inventree-zapier
invenhost-plugin inventree inventreeplugins zapier zapier-rest-hooks
Last synced: 5 months ago
JSON representation
Integrate Zapier into InvenTree
- Host: GitHub
- URL: https://github.com/invenhost/inventree-zapier
- Owner: invenhost
- License: mit
- Created: 2022-04-25T14:33:48.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2024-01-04T16:47:32.000Z (almost 2 years ago)
- Last Synced: 2025-05-06T05:47:23.025Z (5 months ago)
- Topics: invenhost-plugin, inventree, inventreeplugins, zapier, zapier-rest-hooks
- Language: Python
- Homepage:
- Size: 32.2 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# inventree-zapier
Integrate Zapier into InvenTree
## Setup
1. Install
Install this plugin in the webinterface with the packagename `inventree-zapier`2. Enable
Enable the plugin in the plugin settings. You need to be signed in as a superuser for this.
**The server will restart if you enable the plugin**3. Migrate
Access your instances python environment and run```bash
inv migrate
```4. Configure
Create an API-token in the admin interface and add set up the zapier integration in Zapier.com itself.## License
This project is licensed as MIT. Copy and do what you want - maybe tag your new plugin so others can find it. The more the merrier.## State of the Code
This is currently a PoC / 'beta' - at least till the Zapier App is published. Please feel free to file FRs, issues or just ideas.