Quote Tweet not working in X (formerly Twitter) node

I’ve tried creating a quote tweet (retweeting a post but also adding your own caption to it) by adding it as an option in the Create Tweet node. However when tested, it only tweets the text itself, and the tweet that was supposed to be quoted doesn’t show up. I’ve tried using both the id from the url and also the url itself:

Ex.
x.com
“1794726219272905138”

Any help would be appreciated!

It looks like your topic is missing some important information. Could you provide the following if applicable.

  • n8n version:
  • Database (default: SQLite):
  • n8n EXECUTIONS_PROCESS setting (default: own, main):
  • Running n8n via (Docker, npm, n8n cloud, desktop app):
  • Operating system:

Hey @Bae,

Welcome to the community :cake:

Thanks for letting us know about this, We have taken a look and it looks like when using the URL option we try to extract the ID assuming the URL still contains twitter.com to work around this you can either replace x.com with twitter.com in the URL or use the ID option and only include the numbers at the end of the URL.

Internal ticket id for fixing this is NODE-1386, We will let you when this has been fixed.

1 Like

New version [email protected] got released which includes the GitHub PR 9635.