Scheduling Pins on Pinterest

Hey

I have a scenario where when I upload a file into Google Drive it sends it to Open AI creates a title and description then sends it all to Pinterest.

Is there way of delaying the posts. I basically want to dump 100 photos and then slowly post them to Pinterest.

Essentially recreating as if I’m scheduling them for certain times.

I don’t want them posting all at once in case I get flagged as spam. Ideally like 15-30 a day.

Is this possible?

Yes it is possible. You need to use some sort of database or a use a project management tool to store the schedule dates and release then according to the schedule.

What does your scenario look like so far?

it looks like this at the moment

Welcome to the Make community!

You can set the limit to 1.

Screenshot_2024-08-30_180839

Then, you can set your scheduling to 96 minutes (15 a day).

Screenshot_2024-08-30_180855

Hope this helps! Let me know if there are any further questions or issues.

@samliew


P.S.: Did you know, the concepts of about 70% of questions asked on this forum are already covered in the Make Academy. Investing some effort into it will save you lots of time and frustration using Make later!

1 Like

Do you know if there is a way of watching multiple folders in one scenario. I want to download a file when a file is uploaded to a certain folder. The rest of the flow is the same but I want to past some information that changes some text in the ChatGPT section and Pinterest depending on which folder the image was uploaded. Is that possible?

You can create a scenario that watches the folders separately and have them feed into another scenario using the http and webhook modules.

Hope this helps!