4leads icon

4leads

Interact with 4leads

Actions33

Overview

This node integrates with the 4leads platform, allowing users to manage various resources such as campaigns, contacts, tags, opt-ins, sign-in forms, and more. Specifically, for the Sign in Form resource with the Delete operation, the node enables users to delete a selected sign-in form from their 4leads account.

Common scenarios where this node is beneficial include:

  • Cleaning up unused or outdated sign-in forms to maintain an organized marketing setup.
  • Automating the removal of sign-in forms as part of a workflow that manages lead capture assets dynamically.
  • Integrating with other systems to synchronize sign-in form lifecycle events.

Practical example:

  • A marketing automation workflow deletes a sign-in form after a campaign ends to prevent further submissions.

Properties

Name Meaning
Sign in Form Select the sign-in form to delete. You can choose it either from a searchable list of existing sign-in forms or specify its ID directly (numeric only).

The property supports two modes for selecting the sign-in form:

  • From List: Search and select from existing sign-in forms.
  • By ID: Enter the numeric ID of the sign-in form manually.

Output

The node outputs a JSON array containing the result(s) of the delete operation. Each item in the output corresponds to the response from the 4leads API regarding the deletion of a sign-in form.

The exact structure depends on the API response but typically includes confirmation of deletion or error details if the operation failed.

No binary data output is produced by this node.

Dependencies

  • Requires an active connection to the 4leads platform via an API key credential configured in n8n.
  • The node depends on the 4leads API endpoints for managing sign-in forms.
  • Proper permissions on the API key are necessary to perform delete operations on sign-in forms.

Troubleshooting

  • Invalid Sign in Form ID: If you enter a non-numeric ID when using the "By ID" mode, the node will reject it due to validation rules. Ensure the ID contains digits only.
  • Sign in Form Not Found: Attempting to delete a sign-in form that does not exist or has already been deleted may result in an error from the API.
  • Insufficient Permissions: The API key used must have rights to delete sign-in forms; otherwise, the operation will fail.
  • Network or API Errors: Connectivity issues or API downtime can cause failures. Check network status and 4leads service availability.
  • Empty Selection: If no sign-in form is selected, the node cannot proceed. Always provide a valid sign-in form reference.

Links and References

Discussion