To use Recorded Future 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 Recorded Future to query the data you need using the URLs you provide, for example: you can use the HTTP Request node in n8n to retrieve threat intelligence data from Recorded Future by calling the relevant API endpoints. For example, to create a new record, you would set the method to POST and include the necessary payload in the request body. Similarly, to update an existing record, you can use the PUT method along with the record ID in your URL.