Skip to main content
You can personalize avatar flows by passing values directly to Plural with URL parameters. For example, an avatar can greet a person by name without requiring a separate flow for every person.

Create a variable in the flow

  • Open the flow in Plural.
  • Add the Set user attributes & variables element.
  • Create a variable, for example name.
  • Save the element.
Image

Use the variable in text

  • Open the text where the personal value should appear.
  • Use the shortcode #ATTRI/name.
  • Save the change.
Example: Hello #ATTRI/name! I am Mia. Image
  • Open the avatar preview in your browser.
  • Copy the avatar link from the address bar.
  • Add the parameter to the end of the URL: ?name=Michael.
  • For multiple values, use &, for example ?name=Michael&month=October.
When the link opens, the avatar reads the value and greets the person with the matching name. Image Note: The variable must exist in the flow, even if the element is not connected to other elements.