How can you reply to a Tweet on Twitter (by it's ID)?

I want to post a reply to a specific tweet (I have the tweet ID).

I can post using the regular Twitter module, but not reply to a Tweet by ID.

I read many community posts, but I can’t find the answer.

Some suggest using the HTTP module and some suggest using the V5 Twitter module “Make an API Call”

With using the V5 Twitter module “Make an API Call”, I can connect OK, but I can’t work out how to do the rest of the settings in this module.

What do I put in these fields to reply to a tweet by ID please?

Is there any other ways to do this?

Hey @AxleMax

You need to buy v2 api of twitter to create a reply, you can only post a new tweet to twitter using free plans, view the documentation for more.

1 Like

@AxleMax if this helped you please mark it as solved

Best,
Anshul

Thanks. I had a look at the docs and it appears you can post with ID using Twitters V2 API on the free tier.

I can’t get the connection (to the V2 API) to work using the HTTP module to test it though.

It appears that it can be done but I can’t work it out [Connecting to Twitter with OAuth 2.0 and PKCE]