mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation, Leadfyndr Get Unlocked Lead, retrieves detailed information about a specific unlocked lead from the Lead Fyndr service. It is useful in scenarios where you need to fetch up-to-date lead data for further processing, such as enriching CRM records, triggering follow-up workflows, or analyzing lead status.

For example, after capturing a lead ID and customer ID from a previous step or external source, this node can be used to pull the full lead details to decide on next marketing or sales actions.

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 string inputs that specify which unlocked lead record to fetch.

Output

The node outputs JSON data representing the unlocked lead's details as returned by the Lead Fyndr API. This typically includes fields such as lead contact information, status, timestamps, and any other metadata provided by the service.

No binary data output is indicated.

Dependencies

  • Requires an active connection to the Lead Fyndr API.
  • Needs appropriate API authentication credentials configured in n8n (e.g., an API key or token).
  • Network access to the Lead Fyndr service endpoint.

Troubleshooting

  • Missing or invalid Lead Id / Customer Id: Ensure both IDs are correctly provided and correspond to existing records in Lead Fyndr.
  • Authentication errors: Verify that the API credentials are valid and have sufficient permissions.
  • Network issues: Check connectivity to the Lead Fyndr API endpoint.
  • API rate limits or service downtime: If requests fail repeatedly, confirm if the API has usage limits or is temporarily unavailable.

Links and References

  • Refer to the official Lead Fyndr API documentation for detailed schema and additional operations.
  • Consult n8n documentation on setting up API credentials and using HTTP request nodes for custom integrations.

Discussion