mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

The "Leadfyndr Get Lead" operation in the "Lead Fyndr" resource is designed to retrieve detailed information about a specific lead from the Lead Fyndr system. This node is useful when you want to fetch data related to a particular lead by specifying its unique identifiers. Common scenarios include integrating lead data into workflows for sales automation, customer relationship management, or data enrichment processes.

For example, you might use this node to:

  • Retrieve lead details before sending a personalized email.
  • Fetch lead information to update records in a CRM.
  • Use lead data to trigger conditional logic in an automation workflow.

Properties

Name Meaning
Lead Id The unique identifier of the lead you want to retrieve.
Customer Id The unique identifier of the customer associated with the lead.

Both properties are required and must be provided as strings.

Output

The node outputs JSON data containing the details of the requested lead. The structure typically includes all relevant fields that describe the lead, such as contact information, status, source, and any custom attributes defined in Lead Fyndr.

If the node supports binary data output (not indicated in the provided code), it would typically represent attachments or files related to the lead, but no such indication is present here.

Dependencies

  • Requires an active connection to the Lead Fyndr API service.
  • Needs proper authentication credentials configured in n8n to authorize API requests.
  • The base URL and headers for API communication are managed internally by the node.

Troubleshooting

  • Missing or invalid Lead Id or Customer Id: Ensure both IDs are correctly provided and correspond to existing records in Lead Fyndr.
  • Authentication errors: Verify that the API credentials are correctly set up and have sufficient permissions.
  • API connectivity issues: Check network access and Lead Fyndr service availability.
  • Unexpected response format or empty data: Confirm that the lead exists and the API endpoint has not changed.

Links and References

Discussion