Save yourself the work of writing custom integrations for ApiFlash and Shuffler and use n8n instead. Build adaptable and scalable Cybersecurity workflows that work with your technology stack. All within a building experience you will love.
Step 2: Create a new workflow to connect ApiFlash and Shuffler
In n8n, click the "Add workflow" button in the Workflows tab to create a new workflow.
Step 3: Add the first step
Add the starting point – a trigger on when your workflow should run: on an app event, on schedule, on a webhook call, when called by another workflow, or manually. In some cases, the HTTP Request node might already serve as your starting point.
Step 4: Add Shuffler using the HTTP Request node
Add the HTTP Request node to your workflow canvas and authenticate it using a predefined credential type. This allows you to perform custom operations, without additional authentication setup.
Step 5: Configure the Shuffler node
Click on the HTTP node to configure its settings. Use the Shuffler API docs to construct your request. The HTTP Request node makes custom API calls to Shuffler to query the data you need using the URLs you provide. See the example here.
Step 6: Add and authenticate ApiFlash using the HTTP Request node
Add the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. The HTTP Request nodes make custom API calls to Shuffler to query the data you need using the URLs you provide. See the example here.