Overview
This template allows you to keep track of your workspace seat count in real-time. Sit back and let this workflow do the calculations for you.
Prerequisites
We have put together a list of prerequisites that are recommended for this workflow. This will be different depending on your usage, but you can use it for reference.
How to use this template
Once opened, you will see a series of connecting blocks.
5.1. If the filter was true
i.) The workflow will branch off to a Post Message to Slack Channel block, where you can notify your team about the seat increase. An example message input would be:
{Record}
's seat count has been increased by{Result}
.
You may adjust this to your own use.
5.2. If the filter was false
i.) This indicates that the account’s seat count has dropped. Since the resulting number being funneled to this step is negative, we have implemented a Formula to make sure the next step gets displayed correctly.
ii.) The Post Message to Slack Channel block is where you notify your team about the seat decrease. An example message input would be:
{Record}
's seat count has been decreased by{Result}
.
You may adjust this to your own use.