Connections
Connections are hooks into external modules along with a corresponding setup that you can reference from
a Javascript Block
a Block that relies on that Connection as a part of its setup.
Connections are managed the Ziggy UI.
You get the following connection types out of the box
SFTP - there is a core block that handles common use cases, but you can also access the SFTP client from the Javascript block.
Database - there is a Database Block, but you can also access a Database Connection client from the Javascript block.
Axios - although you would normally just use the REST block.
It is very easy to add any other connection types. Anything that is available as an NPM modules can be added in less than one hour.
Last modified: 10 February 2025