Connect a REST API to n8n with a small Python processing step
Project brief
A small integration job: call an agreed REST API from n8n, process the JSON with Python, then pass the cleaned result to the next workflow step.
Please keep it straightforward to run and maintain. Include configuration instructions, useful error messages and sample input/output. The API, transformation rules and destination will be agreed before work begins. We need a working flow demonstrated with test data, not just pseudocode or a diagram. Share one similar automation and your proposed approach.
Deliverables & acceptance
What you'll deliver
- n8n export, Python script, dependencies and setup instructions.
What the result must meet
- An agreed valid API response produces the expected transformed JSON at the destination.
- Missing fields and API failures are reported clearly; secrets are supplied through configuration, not embedded in files.