mittwald icon

mittwald

Interact with mittwald mStudio API

Actions409

Overview

This node operation, Leadfyndr Get Lead Fyndr Profile Request, is designed to retrieve a profile from the Lead Fyndr service based on a specific customer identifier. It is useful in scenarios where you need to fetch detailed information about a lead or customer stored in the Lead Fyndr system, such as for CRM enrichment, lead qualification, or personalized marketing campaigns.

For example, if you have a list of customer IDs and want to pull their corresponding profiles to analyze their behavior or update your internal database, this node operation would facilitate that by making an API request to Lead Fyndr and returning the profile data.

Properties

Name Meaning
Customer Id The unique identifier of the customer whose Lead Fyndr profile you want to retrieve.

Output

The output of this node operation will be JSON data representing the Lead Fyndr profile associated with the provided Customer Id. This typically includes various fields describing the customer's details as stored in Lead Fyndr.

If the node supports binary data output (not indicated here), it would represent any files or media related to the profile, but based on the provided code and properties, the output is purely JSON.

Dependencies

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

Troubleshooting

  • Missing or invalid Customer Id: Ensure the Customer Id property is provided and correctly formatted; otherwise, the API call will fail or return no data.
  • Authentication errors: Verify that the API key or token credential is correctly set up and has sufficient permissions.
  • API connectivity issues: Check network access to the Lead Fyndr API endpoint and confirm there are no firewall or proxy restrictions.
  • Unexpected response format: If the output JSON structure changes, review the Lead Fyndr API documentation for updates.

Links and References

Discussion