Time Intervals

Hello Guys,

I created this scenario to publish content automatically on IG. However, I have a small concern, which is bulk upload and the risk associated with shutting down the page because of robot-like behaviors ( uploading 50 posts let’s say within a space of 50 minutes is not that human-like action haha)


Blueprint: Content automation.json (97.1 KB)

So I was wondering which modules, and tools to put in place to delay it more than the 5 minutes delays available?

According to my research, I can:

  • Add data store and split scenario into two
  • Set variables + Breaks

Ideally, I would like to post two posts per day one morning and another evening

I was also thinking about setting limits on modules and repeating daily the scenario twice per day, but I do not know if the scenario would start from the beginning or strat from where it left it.

Which way do you think would work the best also feel free to share your previous experiences.

Thanks guys

Hi @Youssef_Enjri,

Split the automation into two scenarios:

The first one adds all the content to google sheets, each post in a new row.

The second one retrieves one row at a time as set intervals by scheduling once per day for example and deletes that row after posting it (or ticks a checkbox → But in this case, it also has to look for the rows where the checkmark column cell is false)

1 Like

thanks

Do you mean by that a webhook to retrieve data from scenario one, right ?

Nope, the second scenario is triggered at certain times every day, no webhook needed.

2 Likes

Got it, thanks a lot @Juliusforster :tada:

Use the „Search rows“ module and set the maximum number of results to 1

1 Like