Learning Journey
Decode Chewbacca's CV
What you'll learn:
HTTP Request node for API callsEdit Fields for data extractionSplit Out for array processingAggregate node for combining itemsBuilding email templates from JSON
Challenges in this journey:
1
Fetch the Candidate CV
Beginner2Learn to fetch JSON data from an API endpoint using n8n's HTTP Request node.
Extract and Shape the CV Data
Beginner3Learn to extract nested JSON fields into a flat structure using n8n's Edit Fields node and expressions.
Prepare CV Data for Translation
Beginner4Learn to split arrays into separate items for batch processing using n8n's Split Out node.
Translate CV Fields
Beginner5Learn to make dynamic API calls and combine data from multiple nodes using n8n expressions.
Reconstruct the Translated CV
Beginner6Learn to combine multiple items into a single structured object using n8n's Aggregate node.
Send the Candidate Recommendation Email
BeginnerLearn to build templated email content using n8n expressions to combine data fields into formatted text.