Bluth sells banana phones with global SMS, and wants to provide country-specific SMS messages limits.
This quickstart teaches you to create dynamic line item descriptions for your Proposals which enables your team's to onboard faster with any package configuration.
You will learn in 5 minutes:
Example of your new Sales Tool for Bluth Banana Phone Service business:
Welcome to Sales Ops at Bluth's Bananas Incorporated!
Bluth’s Banana Phone Service wants to setup Global SMS services with its customer's and wants the flexibility to set limits in various countries per customer.
Let's get started.
Example creating a Global SMS SKU Bluth’s Banana Phone Service set up a SKU to reflect their Global SMS Package which includes up to 1500 sms messages and has different limits for particular countries.
Bluth's Sales Ops team wants the line item description to dynamically reflect the limit to the number of sms messages per country.
By default the line item description shows only static text.
The SKU's line description starts out as a static text:
- Global SMS up to 1500 Messages
- Includes up to 1000 Mexico SMS Messages
- Includes up to 500 US Outbound SMS Messages
In order to change the limits dynamically, we first need to create custom properties for the countries we want to set limits on.
Finally, we come back to the line item description on the SKU and update the Markdown so that it the limits on the custom properties reflect in the Proposal.
** The Markdown below in the Line Item Description powers fields dynamically **
- Global SMS up to `{{current.sku.quantity}}` Messages
- Includes up to `{{current.sku.properties.Mexico.value}}` Mexico SMS Messages
- Includes up to `{{current.sku.properties.USOutbound.value}}` US Outbound SMS Messages
Make sure you save the SKU. And the sales team is ready to go!
Your Sales team will now be able to customize limits and perform their own pricing experiments!
For further reading about about variables see Variable Reference Guide
Bluth sells banana phones with global SMS, and wants to provide country-specific SMS messages limits.
This quickstart teaches you to create dynamic line item descriptions for your Proposals which enables your team's to onboard faster with any package configuration.
You will learn in 5 minutes:
Example of your new Sales Tool for Bluth Banana Phone Service business:
Welcome to Sales Ops at Bluth's Bananas Incorporated!
Bluth’s Banana Phone Service wants to setup Global SMS services with its customer's and wants the flexibility to set limits in various countries per customer.
Let's get started.
Example creating a Global SMS SKU Bluth’s Banana Phone Service set up a SKU to reflect their Global SMS Package which includes up to 1500 sms messages and has different limits for particular countries.
Bluth's Sales Ops team wants the line item description to dynamically reflect the limit to the number of sms messages per country.
By default the line item description shows only static text.
The SKU's line description starts out as a static text:
- Global SMS up to 1500 Messages
- Includes up to 1000 Mexico SMS Messages
- Includes up to 500 US Outbound SMS Messages
In order to change the limits dynamically, we first need to create custom properties for the countries we want to set limits on.
Finally, we come back to the line item description on the SKU and update the Markdown so that it the limits on the custom properties reflect in the Proposal.
** The Markdown below in the Line Item Description powers fields dynamically **
- Global SMS up to `{{current.sku.quantity}}` Messages
- Includes up to `{{current.sku.properties.Mexico.value}}` Mexico SMS Messages
- Includes up to `{{current.sku.properties.USOutbound.value}}` US Outbound SMS Messages
Make sure you save the SKU. And the sales team is ready to go!
Your Sales team will now be able to customize limits and perform their own pricing experiments!
For further reading about about variables see Variable Reference Guide