To use Codefresh integration in n8n, start by adding the HTTP Request node to your workflow canvas and authenticate it using a generic authentication method. Once connected, you can make custom API calls to Codefresh to query the data you need using the URLs you provide, for example: you can create a new build in Codefresh by sending a POST request to the appropriate API endpoint with the required parameters in the body. For example, you might include the repository, branch, and build_arguments fields to customize your build process. Similarly, to retrieve the status of a specific build, you can issue a GET request to the build details endpoint using the build ID.