Skip to content

Latest commit

 

History

History
17 lines (10 loc) · 813 Bytes

File metadata and controls

17 lines (10 loc) · 813 Bytes

Variables

When managing details on the dashboard, you have two variables at your disposal:

  1. {shape}: This is your signal to your Shape that you're referring to them. Use it to tailor specific details.
  2. {user}: This tag lets your shape know you're talking about the user (name).

{% hint style="info" %} :bulb: Use the {user} variable in your Shape's initial message {% endhint %}

Here's a live example...

From shapes.inc >> Shape Profile >> Initial Message

{user} converts to a user's display name!