workflows.fit
Back to n8n workflows
n8n templateFreeBy Allan Vaccarizi

Send LinkedIn connection invites from Airtable via Unipile on a schedule

Who it's for This workflow is for sales teams, growth hackers, and outreach specialists who manage prospect lists in Airtable and want to automate LinkedIn connection requests at scale without manual effort. How it wo...

Data & StorageDevelopmentCore NodesSticky NoteSchedule TriggerAirtableHttp Request
Loading interactive preview...

Template notes

Who it's for

This workflow is for sales teams, growth hackers, and outreach specialists who manage prospect lists in Airtable and want to automate LinkedIn connection requests at scale without manual effort.

How it works

1. A schedule trigger fires every Monday at 10am and fetches all Airtable contact records where the "Invitation sent" field is empty. 2. The batch is capped at 100 records using a Limit node to stay within safe outreach volumes. 3. A loop iterates over each contact one at a time. 4. For each contact, the Unipile API resolves the LinkedIn user session using the profile URL extracted from the record. 5. A POST request is then sent to Unipile to fire a LinkedIn connection invitation on behalf of the configured account. 6. On success, the Airtable record is updated with the invitation timestamp and a status of "Available". On error, the record is marked as "Not available" and the loop continues.

How to set up

- [ ] Connect your Airtable credentials and set the correct base and table in all three Airtable nodes - [ ] Replace YourUnipileDNS in the two HTTP Request nodes with your actual Unipile API domain - [ ] Add your Unipile API key to the HTTP Header Auth credential used in both HTTP nodes - [ ] Set the correct accountid in the HTTP Request nodes to match your Unipile LinkedIn account - [ ] Adjust the Schedule Trigger frequency to match your outreach cadence - [ ] Verify that your Airtable table includes the Linkedin, Invitation sent, and Linkedin available fields

Requirements

- Airtable account with a prospect table - Unipile account with a connected LinkedIn session - n8n instance (self-hosted or cloud)