N8N - Google Sheets to Trakt List using API

I would like to use N8N to create a list on Trakt using the API.

I can use an HTTP Request node to POST to the Trakt API taking some JSON data from a Google Sheet.

Has anyone else managed this yet?

Is there an example curl request I can use please?

Thanks :slight_smile: Paully

I don’t know how to do this with N8N but if it supports making API requests, you should be able to use Add List Items. The big challenge here is that you’ll need to have a session token because that endpoint requires authentication to add an item to a user list.

For the fetching part from the Google Sheet, I would recommend looking for a Google Sheets dev community or a N8N dev community, I think you’ll have better luck there.