Skip to content

Dataport Script Reference

Overview of all available scripting functionalities in Dataport's Call Function node.

Scripts are wrapped in an async function and receive a context object: async function fn(context) { ... }. Return a value to store it as the node's response.