Summary
Alert the sales manager when an update to a forecast is more than 5% of the total forecast for the quarter.
Business Impact
Fast visibility into deal progression - quickly take mitigating steps if an opportunity begins to slip. Save time from having to manually inspect forecast changes.
Integrations
Tables are data pulled from your integrations
Opportunities
-
This stores a record for each opportunity
Opportunities History
-
This stores each change to an opportunity
Relationships allow you to relate your different sources of data
Formulas are used to run calculations on your data
Triggers are a set of conditions that set a Workbook into play
The trigger is set to look for opportunities whose amount has been changed by more than 5% and by more than $5,000.
- where
- percent_change
- >
- 0.05
Actions are events that take place once a Workbook is triggered
The action is set to send a Slack message to the opportunity owner and opportunity owner’s manager informing them of the changes detected.
{{Name}} seen a {{percent_change*100}}% change in value, worth {{dollar_change}}$.
The expected close date is {{DISPLAY(CloseDate)}}.
Write backs are used to sync a value back to a field from your data