To use Hybrid Analysis 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 Hybrid Analysis to query the data you need using the URLs you provide, for example: you can utilize the Hybrid Analysis API in n8n for various operations such as creating scan records by sending a POST request to the relevant endpoint with the required parameters in the body. To retrieve analysis results, send a GET request using the scan ID in the URL, enabling you to automate your malware analysis workflow. Additionally, you can update existing records by sending PUT requests to the appropriate endpoints, providing flexibility in managing your data.