A nice little bit of automation, part 1

Twitter Bot

Sometimes, it's good to do things manually, so you can learn the process. But once you've learned it and it's a stable process, automate it if you do it enough.

So with that, I've now got a little automation running which kicks in when I write a blog post (or static page) on this site (or any of my other sites using this framework), which sends the post details to the Typefully API, which then schedules it to twitter.

And the steps are:

  1. When the post is saved, it's status is checked (to make sure it's published and to make sure I've enabled the option to send it to twitter).

  2. The post data is sent to a webhook automation on Make.com

  3. I use the "Compose A String" task to get the post content, add 4 newlines, then add the post URL. This breaks it into two tweets, so the URL is in the second tweet in the thread (which I understand is best).

  4. Then it sends that to Typefully's API.

Syndication Flow

Nice!

Subscribe To Updates

Get the latest updates delivered right to your inbox

.