Skip to main content

Node – Call Integrated API


Node function:
APIs configured in the Integration Center can be called directly through this node. The returned data can be used in subsequent workflow nodes.

Example:
When a new lead record is created, call an API to retrieve the phone number’s location and write it into a corresponding field.

1. Create a workflow triggered by a worksheet event​

Set the trigger to run when a record is created or updated, and specify the phone number field.

2. Add the “Call Integrated API” node​

3. Select an API from the Integration Center​

4. Handle request timeout or failure​

When a request times out, you can choose to either stop the entire workflow or continue executing subsequent nodes.

  • If Continue is selected, and subsequent nodes depend on data from this node, unmatched values will be skipped.

5. Use returned data​

For example, when retrieving phone number information, the API returns a single row od data, which can be directly referenced.

Handling Multiple Rows of Data​

Some APIs (e.g., logistics tracking details) return multiple rows of data. To write these data into a worksheet:

  1. Use the Get Multiple Data node to receive the returned data
  2. Use the Add Record node to batch add the data into the worksheet

Was this document helpful?