LeadTable

Integration with LeadTable API (powered by agentur-systeme.de)

Actions14

Overview

This node integrates with the LeadTable API to manage leads within marketing campaigns. Specifically, the Lead - Get operation retrieves detailed information about a single lead by its ID. This is useful when you want to fetch up-to-date data on a particular lead for further processing, reporting, or decision-making in your workflow.

Common scenarios include:

  • Fetching lead details after a form submission to enrich CRM records.
  • Retrieving lead information before sending personalized emails or notifications.
  • Accessing lead descriptions either as raw HTML or sanitized plain text for display or analysis.

Example: You have a lead ID from a previous step and want to get all associated data including contact info and description. Using this node operation, you can pull that data directly from LeadTable.

Properties

Name Meaning
Lead ID The unique identifier of the lead to retrieve.
Plain Description Whether to sanitize the lead's description field to plain text (true/false).

Output

The node outputs JSON data representing the lead object retrieved from the LeadTable API. This includes all fields associated with the lead such as contact details, campaign association, status, and description.

If the "Plain Description" option is enabled, the description field will be returned as sanitized plain text instead of potentially formatted content.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential and email configured for authenticating with the LeadTable API.
  • Needs network access to the LeadTable API endpoint (default: https://api.lead-table.com/api/v3/external).
  • The node uses HTTP requests with appropriate headers for authentication.

Troubleshooting

  • Authentication errors (403): Check that the API key and email credentials are correctly set and valid.
  • Invalid Lead ID: Ensure the provided Lead ID exists in the system; otherwise, the API may return an error or empty response.
  • Empty or malformed response: Verify network connectivity and API availability.
  • Error messages from API: The node surfaces API error messages; review these for clues (e.g., permission issues, rate limits).

To resolve common issues:

  • Revalidate credentials in n8n.
  • Confirm the Lead ID is correct and accessible.
  • Check API service status if persistent failures occur.

Links and References

Discussion