Automate LinkedIn job postings from Recrutei ATS with GPT-4o content generation
$20/month : Unlimited workflows
2500 executions/month
THE #1 IN WEB SCRAPING
Scrape any website without limits
HOSTINGER 🎉 Early Black Friday Deal
DISCOUNT 20% Try free
DISCOUNT 20%
Self-hosted n8n
Unlimited workflows - from $4.99/mo
#1 hub for scraping, AI & automation
6000+ actors - $5 credits/mo
Overview: Automated LinkedIn Job Posting with AI
This workflow automates the publication of new job vacancies on LinkedIn immediately after they are created in the Recrutei ATS (Applicant Tracking System). It leverages a Code node to pre-process the job data and a powerful AI model (GPT-4o-mini, configured via the OpenAI node) to generate compelling, marketing-ready content.
This template is designed for Recruitment and Marketing teams aiming to ensure consistent, timely, and high-quality job postings while saving significant operational time.
Workflow Logic & Steps
- Recrutei Webhook Trigger: The workflow is instantly triggered when a new job vacancy is published in the Recrutei ATS, sending all relevant job data via a webhook.
- Data Cleaning (Code Node 1): The first Code node standardizes boolean fields (like
remote,fixed_remuneration) from0/1to descriptive text ('yes'/'no'). - Prompt Transformation (Code Node 2): The second, crucial Code node receives the clean job data and:
- Maps the original data keys (e.g.,
title,description) to user-friendly labels (e.g.,Job Title,Detailed Description). - Cleans and sanitizes the HTML description into readable Markdown format.
- Generates a single, highly structured prompt containing all job details, ready for the AI model.
- Maps the original data keys (e.g.,
- AI Content Generation (OpenAI): The AI Model receives the structured prompt and acts as a 'Marketing Copywriter' to create a compelling, engaging post specifically optimized for the LinkedIn platform.
- LinkedIn Post: The generated text is automatically posted to the configured LinkedIn profile or Company Page.
- Internal Logging (Google Sheets): The workflow concludes by logging the event (Job Title, Confirmation Status) into a Google Sheet for internal tracking and auditing.
Setup Instructions
To implement this workflow successfully, you must configure the following:
- Credentials:
- Configure OpenAI (for the Content Generator).
- Configure LinkedIn (for the Post action).
- Configure Google Sheets (for the logging).
- Node Configuration:
- Set up the Webhook URL in your Recrutei ATS settings.
- Replace
YOUR_SHEET_ID_HEREin the Google Sheets Logging node with your sheet's ID. - Select the correct LinkedIn profile/company page in the Create a post node.