Hi everyone,
I’m working on a small automation project using n8n where I need to periodically fetch and process data from a few external sources. One of them is related to a private game server I use for testing purposes (specifically Null’s Brawl), and the others are standard REST APIs.
I’m trying to figure out the cleanest way to handle scheduled requests, error retries, and basic data normalization before storing everything in a database.
Has anyone done something similar or have recommendations on best practices for this kind of setup in n8n? Any workflow examples would be really helpful.
Thanks in advance!