Integrationsn8n Integration

n8n – LinkedIn Actions

Configure n8n nodes for ConnectSafely LinkedIn actions.

Use these nodes to orchestrate outreach campaigns entirely within n8n.

Follow / Unfollow User

Follow workflow

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID (leave blank to use default).
profileIdstringNoLinkedIn profile ID or username.
profileUrnstringNoLinkedIn profile URN alternative.
actionoptionsNofollow or unfollow (default follow).

Tips

  • Leave accountId blank to use the primary ConnectSafely account.
  • Supply either profileId or profileUrn.
  • Switch the action to unfollow to clean lists.

Send Message

Send message workflow

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID to send from.
recipientProfileIdstringNoRecipient's profile ID.
recipientProfileUrnstringNoRecipient's profile URN.
messagestringYesMessage content.
subjectstringNoSubject line (for InMail).
messageTypeoptionsNonormal or inmail (default normal).

Tips

  • InMail requires a premium LinkedIn subscription.
  • Store message templates in n8n variables for reuse.

Send Connection Request

Connection workflow

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID.
profileIdstringNoTarget profile ID.
profileUrnstringNoTarget profile URN.
customMessagestringNoOptional connection note (max 300 chars).

Tips

  • Personalised messages increase acceptance rates.
  • Keep track of who you’ve invited to avoid duplicates.

Check Relationship Status

Relationship workflow

FieldTypeRequiredDescription
accountIdstringNoLinkedIn account ID (uses first available if blank).
profileIdstringYesProfile ID to inspect.

Tips

  • Run this node before sending invites to prevent duplicates.
  • Combine with IF nodes to branch workflows based on connection status.