I helped a product team streamline their software release process.
From 16 manual actions per release to making 1-2 releases daily with a single Slack command. But most importantly, the team isn't afraid to make a release anymore.
A case study ๐
We have a Firestore collection and a few rows in an Airtable table. The job is to merge the reference arrays from both sources and update them in Firestore.
It's not a common case, but it could arise when you aim to enhance your database with external data ๐งต
If you are running a productized agency and need to create a Trello board for a client after they successfully make a payment, this process can be easily automated:
1. Listen for Stripe events
2. Filter "checkout.session.completed"
3. Filter for a payment link
๐
Automating the distribution of blog content to social media is easy.
Here's all we need:
โ A blog with an RSS feed
โ An Airtable database to manage feeds and posts
โ A Make scenario to check for new content
โ A Make scenario to distribute the content
๐