Overview
This template provides live Slack updates about your customers’ MRR changes. By tracking this metric, you will be able to effectively assess the performance of your product.
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.
4.1. If the filter was true
i.) The Post Message to Slack Channel block sends a message to your designated Slack channel about the MRR increase. You can input whatever message you’d like, but here is an example that works:
MRR Increased Workspace {Record > Name} Product <{Record > Billed Seat Count} x {Record > Product} MRR Contribution ~ {Previous Value}~→{New Value}
4.2. If the filter was false
i) This If/Else block gets activated if the record MRR has not increased. This indicates that the status of your customer is either “Active” or “Cancelled”. This is a filter that checks for the subscription status. Here is an example filter input:
{Record} > Subscription Status[is] “Active”
i.i.) If the filter was true, a Post Message to Slack Channel will be triggered, which sends a message to indicate the record’s MRR decrease. The example input is similar to that of the increase:
MRR Decreased Workspace {Record > Name} Product <{Record > Billed Seat Count} x {Record > Product} MRR Contribution ~ {Previous Value}~→{New Value}
i.ii.) If the filter was false, a Post Message to Slack Channel will also be activated. This is for the accounts who have cancelled their subscription (thus changing their MRR contribution). The example input for this is similar to the previous one:
MRR Decreased Workspace {Record > Name} Product Cancelled MRR Contribution ~ {Previous Value}~→{New Value}