To use Iris Dfir integration in n8n, start by adding 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. Once connected, you can make custom API calls to Iris Dfir to query the data you need using the URLs you provide, for example: for example, you can create new records in Iris Dfir by sending a POST request with the necessary data in the body. To update existing records, use the PUT method while specifying the record ID in the URL. Additionally, to retrieve specific data, utilize the GET method with appropriate query parameters tailored to your requirements.