2
0
mirror of https://github.com/inventree/inventree-website.git synced 2025-04-27 21:16:45 +00:00
inventree-website/_repo/inventree-zapier.md
github-actions[bot] ed744083fe
[REPO] Add plugin inventree-zapier (#116)
* [REPO] Add plugin inventree-zapier

* Update ref

---------

Co-authored-by: matmair <matmair@users.noreply.github.com>
Co-authored-by: Matthias Mair <code@mjmair.com>
2023-01-29 21:28:37 +01:00

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

  1. 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
  1. 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

  2. Migrate Access your instances python enviroment and run

inv migrate
  1. 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.