Unit Configs
Unit configs parameters overview.
This document provides a detailed overview of the notification templates and settings available in the Unit Configs of the Ottu platform. These configurations allow for customized communication with customers throughout the payment process.
Access to the Unit Configs section is available through the Administration Panel, which can be accessed from the Ottu dashboard. To reach the Administration Panel, click on the three dots located in the top right corner of the dashboard, then navigate to the Unit section. Where Unit Configs locate under.
To add a new instance of a Unit Config, click on the Add unit config button. Then, the form with the following parameters will be displayed.
- Unit:
Defines which Units these configurations apply to.
- Plugin :
Defines which plugin these configurations apply to.
- Definitions:
- Template Name:
This identifier is used for specific message templates within the WhatsApp Business API. It is essential for dispatching pre-approved, structured messages. When provider like Freshchat sends a message to WhatsApp, it uses the template name that corresponds to the intended message to ensure accuracy and compliance.
- Template Variables
It is placeholders within a message template that allow for dynamic content to be inserted when the message is sent. These variables are used to personalize the message by including specific details, such as the customer's name, order number, transaction status, or any other relevant information.
In the context of WhatsApp Business API , template variables are typically enclosed in curly brackets, like {{1}} or {{customer_name}}, and are replaced with actual values when the message is sent to a recipient.
- Pre-Payment Template Details:
- Template Name:
Identifies the template used for pre-payment alerts. Check here.
- Namespace:
The provider-specific namespace required for the WhatsApp message. Check here.
- Template Variables:
Defines variables used within the WhatsApp template, like
transaction.amount
andtransaction.customer_first_name
. Check here.