How to use dynamic text variables in the SendBetter editor
Text variables allow you to create dynamic templates where text content can be personalized for each recipient. Instead of creating multiple versions of the same design, you can define variables once and update their values through the API to generate personalized images at scale.
+
button to add a new variableText
as the variable type{{
in the text input field{{variable_name}}
Hi {{first_name}}, your order #{{order_id}} is ready!
When calling the SendBetter API, provide variable values to generate personalized images. Variables are to be provided as query parameters when using the API.
Remember: The values shown in the editor are preview values only. During API rendering, these placeholders get replaced with the actual values you provide.