Node-Bench
  • Challenges
  • Journeys
  • Guides
Log In
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

Learn to fetch JSON data from an API endpoint using n8n's HTTP Request node.

Beginner
2
Extract and Shape the CV Data

Learn to extract nested JSON fields into a flat structure using n8n's Edit Fields node and expressions.

Beginner
3
Prepare CV Data for Translation

Learn to split arrays into separate items for batch processing using n8n's Split Out node.

Beginner
4
Translate CV Fields

Learn to make dynamic API calls and combine data from multiple nodes using n8n expressions.

Beginner
5
Reconstruct the Translated CV

Learn to combine multiple items into a single structured object using n8n's Aggregate node.

Beginner
6
Send the Candidate Recommendation Email

Learn to build templated email content using n8n expressions to combine data fields into formatted text.

Beginner
Start Journey