API Call

API call node is used to retrieve data from external sources, manipulate data, integrate different software systems, automate tasks, and customise applications by accessing and interacting with external services or resources .

Properties Panel

General

Authentication

Returns

  • body - The result of the API call at runtime. You can access this using Magical Autocomplete (eg. $.<node_name>.body) in any node below this node.

  • statusCode - Status of API call at runtime to check any possible errors. You can access this using Magical Autocomplete (eg. $.<node_name>.statusCode) in any node below this node.

Last updated