Save yourself the work of writing custom integrations for Acquire and AirNow and use n8n instead. Build adaptable and scalable Development, and Utility workflows that work with your technology stack. All within a building experience you will love.
In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow. Add the starting point – a trigger on when your workflow should run: an app event, a schedule, a webhook call, another workflow, an AI chat, or a manual trigger. Sometimes, the HTTP Request node might already serve as your starting point.
Add the HTTP Request nodes onto your workflow canvas. Set credentials for Acquire and AirNow as appropriate using generic authentication methods. The HTTP Request nodes make custom API calls to Acquire and AirNow to query the data you need. Configure nodes one by one: input data on the left, parameters in the middle, and output data on the right.
A connection establishes a link between Acquire and AirNow (or vice versa) to route data through the workflow. Data flows from the output of one node to the input of another. You can have single or multiple connections for each node.
Use n8n's core nodes such as If, Split Out, Merge, and others to transform and manipulate data. Write custom JavaScript or Python in the Code node and run it as a step in your workflow. Connect Acquire and AirNow with any of n8n’s 1000+ integrations, and incorporate advanced AI logic into your workflows.