esoterikizym
Regular Member
- May 15, 2017
- 375
- 89
has anyone successfully created an n8n workflow for linkedin that would message people and schedule appointments yet?
YessVery possible, are you trying to attempt this for scheduling services for business outreach like b2b service or something along those lines?
Yep, I’ve built one. I use n8n’s HTTP Request node against LinkedIn’s API (you need a Sales Navigator token), then parse connections and send personalized messages in a loop. After a reply comes in, I trigger a Google Calendar node to auto-create an event and email both parties. You’ll need to handle rate limits carefully and store your OAuth credentials securely, but once set up it runs reliably.has anyone successfully created an n8n workflow for linkedin that would message people and schedule appointments yet?
pro tip inpaid members can only give an itemI have a n8n lead generation automation if anyone needs it
I have one that uses gpt and a message center like inbox fully autohas anyone successfully created an n8n workflow for linkedin that would message people and schedule appointments yet?
What have you tried to do to mitigate these rate limits just curious. Hope you find something that works for you.Tried building one with LinkedIn API + Calendly in n8n... hit rate limits fastStill tweaking it curious if anyone’s got a solid setup running
![]()
Does it auto reply when someone messages back and have a conversation until it books to my calendar?Yep, I’ve built one. I use n8n’s HTTP Request node against LinkedIn’s API (you need a Sales Navigator token), then parse connections and send personalized messages in a loop. After a reply comes in, I trigger a Google Calendar node to auto-create an event and email both parties. You’ll need to handle rate limits carefully and store your OAuth credentials securely, but once set up it runs reliably.
Some solid advice in this thread already. The users pointing out that LinkedIn's official API is a dead-end for this kind of task are 100% correct. You have to use a third-party automation tool to interact with the front-end.has anyone successfully created an n8n workflow for linkedin that would message people and schedule appointments yet?