To use Cradl AI 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 Cradl AI to query the data you need using the URLs you provide, for example: for example, to create a new record in Cradl AI, you can set up your HTTP Request node with a POST method and the appropriate endpoint URL, including the necessary headers and body parameters that define the record details. To update an existing record, use the PATCH method and specify the record ID in the URL, along with any data you need to modify in the body. If you wish to retrieve data, utilize the GET method and construct your query parameters to filter the results accordingly.