To use Databricks 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 Databricks to query the data you need using the URLs you provide, for example: for example, you can create a new job in Databricks by making a POST request to the /jobs/create endpoint, including the required job parameters in the body. To update a job, use the /jobs/update endpoint with the job ID and updated details. Additionally, if you want to retrieve specific data, you can issue a GET request to the relevant Databricks API endpoint, adjusting the query parameters as necessary to tailor the data returned.