FindyMail

Find email addresses using FindyMail API

Overview

This node integrates with the FindyMail API to find phone numbers from LinkedIn profiles. Specifically, the "Find Phone Number" operation allows users to input a LinkedIn profile URL and retrieve the associated phone number if available. This is useful in scenarios where you want to enrich contact data or verify phone details linked to professional profiles.

Practical examples:

  • Sales teams can use this node to gather direct phone contacts of potential leads found on LinkedIn.
  • Recruiters may extract phone numbers from candidate LinkedIn profiles for faster outreach.
  • Customer support or account managers can enrich their CRM records with verified phone numbers from LinkedIn.

Properties

Name Meaning
Phone LinkedIn URL The LinkedIn profile URL to find the phone number from (e.g., https://www.linkedin.com/in/johndoe)
Additional Options Optional settings including:
- Webhook URL: URL to receive the result asynchronously

Output

The node outputs JSON data containing the response from the FindyMail API related to the phone number search. The structure typically includes the phone number details found for the given LinkedIn profile.

If a webhook URL is provided in additional options, the API may send results asynchronously to that URL instead of returning them immediately.

No binary data output is produced by this operation.

Dependencies

  • Requires an API key credential for authenticating with the FindyMail API.
  • The node makes HTTP POST requests to FindyMail endpoints.
  • Optional webhook URL can be configured to receive asynchronous results.

Troubleshooting

  • Missing Required Parameter: If the "Phone LinkedIn URL" is not provided, the node will throw an error indicating it is required.
  • API Authentication Errors: Ensure the API key credential is correctly set up and valid.
  • Empty or Invalid LinkedIn URL: Provide a properly formatted LinkedIn profile URL; otherwise, the API may return errors or no data.
  • Webhook URL Issues: If using a webhook URL, ensure it is reachable and correctly handles incoming data to avoid lost results.
  • Network or API Downtime: Temporary connectivity issues or API service interruptions can cause request failures.

Links and References

Discussion