Actions8
Overview
This node integrates with the LINKUP API to automate LinkedIn actions. Specifically, the Send Connection Request operation allows users to send a LinkedIn connection invitation to a specified profile URL, optionally including a personalized message.
Typical use cases include automating outreach campaigns, growing professional networks efficiently, or integrating LinkedIn connection requests into broader workflows such as lead generation or recruitment pipelines.
For example, a user can input a LinkedIn profile URL and a custom message, then trigger this node to send a connection request automatically without manual intervention.
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). |
| URL du profil LinkedIn | The LinkedIn profile URL to which the connection request will be sent (required). |
| Message | A personalized message to include with the connection invitation (optional). |
| Pays | Country code for proxy selection; options: France (FR), United States (US), United Kingdom (UK). |
| Login Token | LinkedIn authentication token obtained after login/verification (required if using custom credentials). |
| Options avancées (Timeout) | Request timeout in milliseconds (default 30000 ms). |
| Options avancées (Nombre de tentatives) | Number of retry attempts on failure (default 3). |
Output
The node outputs JSON data containing the response from the LINKUP API regarding the connection request. This includes:
- The full API response fields indicating success or failure details.
- Metadata about the operation, including:
operation: the executed operation name (sendConnectionRequest).timestamp: ISO timestamp of execution.nodeVersion: version of the node implementation.
No binary data is output by this operation.
Dependencies
- Requires an active LINKUP API key credential.
- Requires a valid LinkedIn authentication token (
loginToken) obtained via prior login and verification steps. - Network access to
https://api.linkupapi.com/v1endpoint. - Optional proxy selection based on country code.
Troubleshooting
Common Issues
- Invalid or missing credentials: If the API key or LinkedIn token is incorrect or missing, the node will fail.
- Rate limiting: Exceeding the allowed number of API requests results in errors.
- Invalid LinkedIn profile URL: Malformed or inaccessible URLs may cause request failures.
- Timeouts: Network delays or slow responses might cause timeouts.
Error Messages and Resolutions
"Clé API ou credentials invalides. Vérifiez votre clé API LINKUP et vos identifiants LinkedIn."
Means the API key or LinkedIn credentials are invalid. Verify and re-enter your credentials or use the custom credentials option."Limite de requêtes atteinte. Veuillez réessayer plus tard."
Indicates that the API rate limit has been reached. Wait before retrying or reduce request frequency."Requête invalide : <message>"
The request payload is invalid. Check the LinkedIn URL format and other parameters."Erreur inconnue"
An unspecified error occurred. Review the node's debug output or API response for more details.
Links and References
- LINKUP API Documentation (general reference for API endpoints)
- LinkedIn Help Center (for LinkedIn profile URL formats and connection policies)
This summary focuses exclusively on the Send Connection Request operation of the LINKUP node as requested.