4leads icon

4leads

Interact with 4leads

Actions33

Overview

This node integrates with the 4leads platform, allowing users to perform various operations on different 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 Delete operation, the node enables deleting a specified storage entry from 4leads.

Common scenarios where this node is beneficial include:

  • Automating the cleanup of storage entries in 4leads.
  • Managing storage lifecycle by programmatically removing outdated or unnecessary storage fields.
  • Integrating 4leads storage management into broader workflows that require dynamic data handling.

Example use case:

  • A marketing automation workflow that deletes temporary storage fields after a campaign ends to keep the 4leads environment tidy.

Properties

Name Meaning
Storage Select the storage field to delete. You can choose it either from a searchable list of existing storages or specify its ID directly (numeric only).

The "Storage" property supports two modes:

  • From List: Pick from a searchable dropdown of available storages.
  • By ID: Enter the numeric ID of the storage to delete.

Output

The node outputs an array of JSON objects representing the result(s) of the delete operation. Each object typically contains information about the deleted storage or confirmation of deletion.

No binary data output is involved.

Dependencies

  • Requires an active connection to the 4leads API via an API key credential configured in n8n.
  • The node depends on internal handlers that communicate with 4leads services to perform CRUD operations on storage fields.
  • No additional external dependencies beyond the 4leads API and proper authentication.

Troubleshooting

  • Invalid Storage ID: If the entered storage ID does not match the expected numeric format, the node will reject it. Ensure the ID consists only of digits.
  • Storage Not Found: Attempting to delete a non-existent storage may result in an error from the 4leads API. Verify the storage exists before deletion.
  • Authentication Errors: Missing or invalid API credentials will cause authentication failures. Confirm that the API key credential is correctly set up.
  • API Rate Limits or Network Issues: Temporary connectivity problems or rate limiting by 4leads can cause errors. Retry after some time or check network status.

Links and References

Discussion