Twitter Spaces API

Hello. I run N8N self hosted. I’d like to update the Twitter node to support the Twitter Spaces Api and parameters. Twitter Spaces is the audio drop-in platform similar to Clubhouse.

creator_id
host_ids
created_at
topic_ids
lang
id

The current implementation uses the v1 of the API. You will need to create a new node v2 that uses version 2 of the API.

Did you check n8n experts?

1 Like

Okay thanks. I’ll check there.