LinkedIn#
LinkedIn is an employment-oriented online service. It is mainly used for professional networking, including employers posting jobs and job seekers posting their CVs.
Credentials
You can find authentication information for this node here.
Basic Operations#
- Post
- Create a new post
Keep in mind
If posting as an Organization enter only the organization number in the URN field. For example, 03262013
not urn:li:company:03262013
.
Example Usage#
This workflow allows you to get an image from a URL and post it on LinkedIn. You can also find the workflow on n8n.io. This example usage workflow would use the following nodes. - Start - HTTP Request - LinkedIn
The final workflow should look like the following image.
1. Start node#
The start node exists by default when you create a new workflow.
2. HTTP Request node#
- Enter the URL of the image you want to download in the URL field.
- Select File from the Response Format dropdown list.
- Click on Execute Node to run the node.
3. LinkedIn node#
- First of all, you'll have to enter credentials for the LinkedIn node. You can find out how to do that here.
- Select 'Person' from the Post As dropdown list.
- Select the person you want to post as from the Person dropdown list.
- Enter a message in the Text field.
- Select 'Image' from the Media Category dropdown list.
- Click on Execute Node to run the node.