Webhook
Learn the specifics of developing a webhook plugin.
Select the running environment
Create the file structure
βββ src
β βββ control.py || control.js
β βββ function.py || function.js
β βββ user_code.py || user_code.js
β βββ view.xml
βββ LICENSE
βββ README.md
βββ manifest.toml control, function and user_code scripts
Script
Executed
Purpose
view.xml
LICENSE and README.md
manifest.toml
Compressing the files
Last updated
Was this helpful?