Structure
To properly create your message body, you should review how the structure should be and check if it is suitable for your needs. The goal is to utilize the same message, but suited for each customer
You can think about your message structure as a mix between fixed and dynamic variables, where parameters are dynamic and your text is fixed. Therefore, you should select properly and sequentially which parameters are involved in your text message.
The structure defines its own parameters {{}}
and these parameters are sent as key parameters
so that customers can view a message based on their criteria.
Warning: It is important that these parameters are sent in the order in which they want to be displayed.
Last updated