Personally, I would just use Integromat to stagger the tweets at fixed intervals.
You can use Integromat’s sleep tool to wait up to 5 minutes in between each tweet. If you wanted to wait longer than 5 minutes in between each tweet, that is also possible as well, but you would do it using the approach outlined in this article under the “Sleep” heading:
Personally, I would just use Integromat to stagger the tweets at fixed intervals.
You can use Integromat’s sleep tool to wait up to 5 minutes in between each tweet. If you wanted to wait longer than 5 minutes in between each tweet, that is also possible as well, but you would do it using the approach outlined in this article under the “Sleep” heading:
Ace. Thanks/ Will check it out…
I managed to set something up by comparing the current minute value with values derived from an autonumber column and that actually worked to a degree. Then Twitter blocked the app after five tweets. Guess it thought I was spamming!
So that will be my next problem to solve.
Right. I worked out a very roundabout solution!
Created a formula field with MINUTE(NOW()) to approximately show the current time in the hour.
Created a formula field to show the remainder when dividing a record’s autonumber by 60.
Set up the trigger to tweet when the date is tomorrow AND the two fields above match.
Because NOW() isn’t 100% precise this is resulting in a fairy random spread of tweets throughout the day so far.
For a while it refused to connect to Twitter but all seems fine again now.
Still open to working out something a little less random.