Hi all, hope you can help.
I’m trying to set up a workflow to post to Linkedin from Airtable
I’ve managed to successfully post to my company page but can’t seem to figure out how to post as myself.
It’s asking for “Person name or ID” but I’ve no idea where I get this info
any of you wonderful people able to assist a newbie?
TIA
Setup:
n8n version: latest
Database (default: SQLite): default
**n8n EXECUTIONS_PROCESS setting default
Running n8n via (Docker, npm, n8n cloud, desktop app): cloud
Operating system: Mac Ventura 13.5
barn4k
February 18, 2024, 1:16pm
2
1 Like
Thanks Barn - appreciate it
I have been frantically searching for answers and did come across the Profile API - what do I do with it in n8n?
barn4k
February 18, 2024, 4:10pm
4
I think the n8n currently has lack of functionality in regards to linkedin API. You can access the Profile API endpoint with usual HTTP node though
1 Like
thanks
are there any supporting docs/tutorials anywhere do you know?
Did you try the last part of the url to your profile? weareingenius if your profile page was
https://www.linkedin.com/in/weareingenius
Yes - doesn’t work as that’s the company page, I can post to that fine, it’s my own profile I’m trying to post to
barn4k
February 19, 2024, 10:55am
8
to get your own profile, you will need to use HTTP request node and use get request to the https://api.linkedin.com/v2/me
. But in order to do so, you will need the access_token
, that can act on behalf of you (basically, the same way as credentials works in the LinkedIn node)
1 Like
system
Closed
May 19, 2024, 10:55am
9
This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.