LINKUP icon

LINKUP

Interact with LINKUP API for LinkedIn automation

Overview

This node integrates with the LINKUP API to automate LinkedIn-related tasks. Specifically, the Get My Profile operation retrieves the LinkedIn profile information associated with a given authentication token. This is useful for workflows that need to access or verify the current user's LinkedIn profile data without manual intervention.

Common scenarios include:

  • Automatically fetching your LinkedIn profile details after login or verification.
  • Using the profile data in subsequent workflow steps for personalization or data enrichment.
  • Integrating LinkedIn profile info into CRMs, marketing tools, or analytics platforms.

Example: After authenticating via the LINKUP API, you can use this node to pull your LinkedIn profile and then update a database or trigger notifications based on your profile attributes.

Properties

Name Meaning
Utiliser des credentials personnalisées Whether to use custom credentials instead of saved ones (fallback option).
LINKUP API Key Your LINKUP API key from the linkupapi.com dashboard (required if using custom credentials).
Login Token LinkedIn authentication token obtained after login/verify (required if using custom credentials).
Pays Country code for proxy selection; options are France (FR), United States (US), United Kingdom (UK).
Options avancées Advanced options including:
- Timeout: Request timeout in milliseconds (default 30000)
- Nombre de tentatives: Number of retry attempts on failure (default 3)

Output

The output JSON contains the LinkedIn profile data returned by the LINKUP API for the authenticated user. It includes all profile fields provided by the API, augmented with metadata:

  • _meta: Contains operation name (getMyProfile), timestamp of execution, and node version.
  • The full API response fields representing the LinkedIn profile.

No binary data is output by this operation.

Dependencies

  • Requires a valid LINKUP API key credential.
  • Requires a LinkedIn authentication token (login_token) obtained through prior login or verification steps.
  • The node uses the LINKUP API endpoint https://api.linkupapi.com/v1/profile/me.
  • Network access to the LINKUP API service.
  • Optional proxy selection based on country code.

Troubleshooting

  • Invalid Credentials Error:
    If the API key or LinkedIn token is invalid or missing, the node throws an error indicating invalid credentials.
    Resolution: Verify your LINKUP API key and LinkedIn authentication token. Use the "Use Custom Credentials" option if needed.

  • Request Timeout or Failures:
    Network issues or slow responses may cause timeouts. Adjust the "Timeout" advanced option as necessary.

  • Rate Limit Exceeded:
    If too many requests are made in a short period, the node will report a rate limit error.
    Resolution: Wait before retrying or reduce request frequency.

  • Malformed Request:
    Errors indicating invalid requests usually mean required parameters are missing or malformed.
    Resolution: Ensure all required properties are correctly set.

Links and References


Note: This summary is based solely on static analysis of the node's source code and provided property definitions. Runtime behavior depends on actual API responses and network conditions.

Discussion