Browserflow for LinkedIn icon

Browserflow for LinkedIn

Automate LinkedIn with Browserflow

Overview

This node automates the process of sending a direct message to a LinkedIn user via their profile URL. It is particularly useful for workflows that require personalized outreach, follow-ups, or automated engagement with LinkedIn contacts. For example, you can use this node to send welcome messages to new connections, follow up after events, or automate recruitment and sales outreach.

Properties

Name Type Meaning
LinkedIn URL String The LinkedIn profile URL to which the message will be sent. Required for identifying the recipient.
Message String The content of the message to send. Must comply with LinkedIn's character and message limits.

Output

The node returns the response from the Browserflow API after attempting to send the LinkedIn message. The output structure typically includes:

{
  "success": true,
  "messageId": "string",
  "details": { /* additional information about the sent message */ }
}
  • success: Indicates if the message was sent successfully.
  • messageId: (If available) The identifier of the sent message.
  • details: Additional metadata or error information as provided by the API.

Note: The exact fields may vary depending on the API response.

Dependencies

  • Browserflow API: Requires valid credentials for the Browserflow API (browserflowApi).
  • n8n Configuration: The node must be configured with the appropriate API key in n8n credentials.
  • External Service: Relies on Browserflow’s automation service to interact with LinkedIn.

Troubleshooting

  • Common Issues:

    • Invalid LinkedIn URL: Ensure the LinkedIn profile URL is correct and publicly accessible.
    • Message Too Long: LinkedIn enforces character limits; keep your message concise.
    • API Authentication Errors: Make sure your Browserflow API credentials are correctly set up in n8n.
    • LinkedIn Restrictions: If your account is restricted or messaging is limited (e.g., not connected), the message may fail to send.
  • Error Messages & Resolutions:

    • "Invalid credentials": Check and update your Browserflow API key in n8n credentials.
    • "Failed to send message": Verify the LinkedIn URL and ensure the recipient allows messages.
    • "Message exceeds allowed length": Shorten your message to fit within LinkedIn’s limits.

Links and References

Discussion