4leads icon

4leads

Interact with 4leads

Actions33

Overview

This node integrates with the 4leads platform, allowing users to interact with various 4leads resources such as campaigns, contacts, tags, opt-ins, sign-in forms, global fields, opt-in cases, and storage fields. Specifically, for the Storage-Field resource with the Get Value operation, the node retrieves the value stored in a selected storage field within 4leads.

Common scenarios include:

  • Fetching stored data or configuration values from 4leads storage fields to use later in workflows.
  • Accessing user-specific or campaign-specific stored information dynamically during automation.
  • Integrating 4leads stored data into other systems by retrieving it first via this node.

Example: A marketing automation workflow might retrieve a custom storage field value representing a user's subscription status or preferences before deciding which email campaign to trigger.

Properties

Name Meaning
Storage Select the storage field to get the value from. Options:
- From List (searchable list of storages)
- By ID (numeric ID of the storage)

The "Storage" property uses a resource locator input type that allows selecting a storage either from a searchable list or by specifying its numeric ID directly.

Output

The node outputs an array of JSON objects representing the retrieved storage field values. Each item corresponds to the data fetched from the specified storage field.

  • The json output contains the actual value(s) retrieved from the storage.
  • No binary data output is indicated for this operation.

Dependencies

  • Requires an active connection to the 4leads API using an API key credential configured in n8n.
  • The node depends on internal handlers that communicate with 4leads services to fetch storage data.
  • No additional external dependencies beyond the 4leads API and proper authentication are needed.

Troubleshooting

  • Invalid Storage ID: If specifying the storage by ID, ensure the ID is numeric; otherwise, a validation error will occur.
  • Authentication Errors: Ensure the API key credential is valid and has sufficient permissions to access storage fields.
  • Empty or Missing Data: If no data is returned, verify that the selected storage exists and contains values.
  • Network Issues: Connectivity problems with the 4leads API can cause request failures; check network and API status.

Links and References

Discussion