Could you specify more the process or the zaps to create?
Thanks,
Mireia
Hi @salesconsulting!
Personally, I would do this with Google Sheets and you would need a couple of Zaps to do it. The first Zap triggers from the social media event (eg new tweet) and sends it to the Google Sheet. The Zap will need to add the date (or date and time, depending on how specific you want to be) to the sheet.
For the second Zap:
Start with Schedule by Zapier. You can use that to have the Zap trigger once a day (eg at the time you want it check for social media activity).
Use Google Sheets Lookup Row to find the most recent row in the sheet. Choose a column in the sheet that has the same value every time, for example you could have the first Zap always add ‘Twitter’ in a column when it adds a new row from a new Tweet. Set up the lookup step so that it looks for that value (eg Twitter) in the sheet and select the option to search from bottom up
Add a Formatter by Zapier step to the Zap. Select the Date/Time action and Choose ‘Compare Dates’. Add the time from the Schedule trigger and the time of the social media post from Google Sheets into the step to compare those days. The output from that step will look like this:
Now you’ll know how many days between the Zap firing each day and the day of the last social media post!
Now that we’ve got all the information that we need, you’ll need to add a Filter step. When a filter is added to a Zap, it looks at the information coming into the filter and only allows the actions to continue if the information meets specific criteria. Set up the filter so that the Zap only continues if the ‘Output Days’ field from the Formatter step is greater than 4:
Then you can you add whatever step you want on the end of the Zap to alert you that there’s been more than 4 days between social media posts (eg send an email/slack message/text/etc).
@Troy Tessalone can you think of a simpler way to do it with Airtable?