Instagram reply limit

Hi,

I tried to use an automated reply function for Instagram comments.
Similar to this:
https://www.make.com/en/templates/4925-auto-reply-for-new-comments-in-instagram

But how can I limit this. I want to reply to the first, let’s say 100 comments for example. And then I want the scenario to stop being triggered.

Is there any way to implement this since it’s not a time trigger but an amount trigger?

Welcome to the Make community!

Use an increment module that doesn’t reset.

If number is greater than your limit, use the Make integration to turn the scenario off.

samliewrequest private consultation

Join the unofficial Make Discord server to chat with us!

1 Like

Hi,

I can’t say I understand it completely. But I don’t want to turn of the scenario. I want the bot to reply only a 100 times per post.

Is that possible?

Set your limit to 100, probably that will work for you

Hi,

I created the following auto reply bot for IG:

Is there a way to limit this?
For example, for one post (watch event / trigger) I want him to reply 50 times, then stop and wait for the next post (watch event / trigger), reply 50 times, stop, and so on.

Is this is possible, if yes, how?

Hey @Wiro

To create reply 50 times, need 50 comment IDs. It seems you want to reply to same comment 50 times. Is that so??

Now to the point, to reply 50 times to a comment, you need to run the module 50 times as the module doesn’t accept the limit.

Limit is for “list Calls of any API”

Below is the approach to do this. This is going to burn 50 operations for each next module.

Now to run the module 50 times, you need to pass the comment ID 50 times. And to do so, put a “List Media” module before or after GPT module and set the limit there as 50. This will generate 50 bundles and will cause each next module to run 50 times.

Before GPT, to make each comment unique.

Regards,
Msquare Automation - Gold Partner of Make

Book a Free Consultation | Connect Live
Explore our YouTube Channel for valuable insights and updates!

1 Like

Hi,

I do not want to reply the same thing 50 times.

The scenario works as follows:
Watch event: check if a new comment is placed.
Get Media: Check under which post the comment is placed.
Create a completion: With the info of the Get Media in mind, GPT will generate an answer and post it.

What I want, is to limit the amount of answers per post.

But I might know how to solve it based on your reply. Will let you know.

1 Like

Hi @Wiro

We would be really happy if anyhow we would be able to help you. Is it like limiting the comments of others on a post??

Regards,
Msquare Automation - Gold Partner of Make

Ar your first module, you can set a limit of 50. Probably that will work for you?