Webhook
Learn the specifics of developing a webhook plugin.
Select the running environment
The first step to develop a new webhook type plugin is to determine what environment is going to be used:
Python
NodeJS
Create the file structure
Set up a directory structure with the following files
control, function and user_code scripts
Fill those files with the content that you require according to the table below, then save them.
view.xml
Populate this file with content based on the form you'd like displayed when creating this plugin.
LICENSE and README.md
Write the contents of the README.md and LICENSE and files.
manifest.toml
According to the webhook section within the Private Plugins page, the manifest.toml should look like:
Compressing the files
Compress the files in zip format from the root of the file structure, not the parent folder.
Last updated