Replying to a twitter tweet automatically

I am trying to setup a automatic process to reply to tweets. Using the twitter v2 api there is no option to create a “make api call” module. I am using the the v2 “create a tweet” module and trying to get it to reply to the comment instead of posting a tweet and simply tagging the user.

Is this possible using this module? I have tried a number of things including using the reply options and instering the tweet id from the tweet I want to reply to but nothing is working.

Here is a screen shot of what my module is setup like right now.

1 Like

Hi @ptrack ! You may use an HTTP module instead of using the Twitter module in your scenario, that will solve the problem. You can go through this link.

https://www.make.com/en/help/tools/http#getting-started-with-http

1 Like

would u share your work? i also need Twitter automation to reply some specific tweet

were you able to use this method?