mirror of
https://github.com/inventree/inventree-website.git
synced 2025-04-27 21:16:45 +00:00
* [REPO] Add plugin inventree-zapier * Update ref --------- Co-authored-by: matmair <matmair@users.noreply.github.com> Co-authored-by: Matthias Mair <code@mjmair.com>
1.2 KiB
1.2 KiB
name, author, license, open_source, stable, maintained, pypi, package_name, github, gitlab, source, issue_tracker, website, categories, tags
name | author | license | open_source | stable | maintained | pypi | package_name | github | gitlab | source | issue_tracker | website | categories | tags |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
inventree-zapier | matmair | MIT | true | False | true | true | inventree-zapier | https://github.com/matmair/inventree-zapier | https://github.com/matmair/inventree-zapier/issues | https://mjmair.com | Event | Zapier |
Integrate Zapier into InvenTree
Setup
- Install Install this plugin as follows in the enviroment of your InvenTree instance:
pip install inventree-zapier
Or, add to your plugins.txt
file:
inventree-zapier
-
Enable Enable the plugin in the plugin settings. You need to be signed in as a superuser for this. The server will erstart if you enable the plugin
-
Migrate Access your instances python enviroment and run
inv migrate
- 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.