Integration node

Integration node

Using the Integrate node allows you to connect data and APIs in the middle of a skill. Background knowledge related to development is required to utilize the Integrate node.

URL and Headers

URL : Enter the URL to exchange data with the node. GET, POST, PUT, DELETE You can select the transmission method among these. Headers : Click the '+ Add header' button to enter header information.

Enter the key and value in each field. Click the Tt icon in the value field to toggle between constant/variable input. * When using the GET method, data is sent as URL parameters. For the POST method, it is sent in the body in JSON format.

Data to send (send variable), data to receive (receive variable)

  • Click the tab to switch between Simple mode and Advanced mode.

  • In Advanced mode, you can enter the JSON format of the data you want to send.

  • In Simple mode, click the '+ Add variable' button to add variables to receive. Click the '-' icon at the top right to delete.

  • Select the variable to store the received value from the dropdown. JSON format is supported.

  • If you check 'Optional', the flow can proceed to 'success' even if that variable value is not received.

  • In Advanced mode, you can also click the '+ Add variable' button to add variables to receive. Click the '-' icon at the top right to delete. In Advanced mode, the value is retrieved from the JSON path entered in the field and stored in the specified variable.

  • The path does not need to be the same as the variable name. If you check 'Optional', the flow can proceed to 'success' even if that variable value is not received.

Message when data integration fails

You can specify the message to display when data integration fails.

Last updated