Automation System · Case Study · Pelumi Oladokun

Automation System

Price Update

An n8n workflow that tracked price changes, calculated the deltas, and sent a clean report on schedule.

Price Update project visual

The brief

What needed to be solved.

The job started as a repeating manual task: check prices, find changes, write the update, send it out.

The real issue was consistency. The report had to arrive on time and in a format someone else could use.

The constraint

What made it interesting.

I set it up as a scheduled n8n workflow so the human work moved to setup and review, not weekly repetition.

The flow fetches the data, checks what changed, formats the result, and sends one finished output.

The build

What was assembled.

Scheduled triggers for recurring runs.

Webhook and API steps for data retrieval.

Change detection and formatting inside the workflow.

Final report output built for reading, not debugging.

The result

What changed after it ran.

Removed the weekly manual check from the workflow.

Made the report format consistent from run to run.

Created a system the client could keep using.

Stack