[
  {
    "description": "It will return firstname of the mail receiving user",
    "name": "user_firstname",
    "slug": "[user_firstname]",
    "status_id": 1
  },
  {
    "description": "It will return fullname of the mail receiving user",
    "name": "user_fullname",
    "slug": "[user_fullname]",
    "status_id": 1
  },
  {
    "description": "It will be replaced with otp",
    "name": "otp",
    "slug": "[otp]",
    "status_id": 1
  },
  {
    "description": "User Registration",
    "name": "user_email",
    "slug": "[user_email]",
    "status_id": 1
  },
  {
    "description": "It will return the last name of the mail receiving user",
    "name": "user_lastname",
    "slug": "[user_lastname]",
    "status_id": 1
  },
  {
    "description": "It will return the username of the mail receiving user",
    "name": "username",
    "slug": "[username]",
    "status_id": 1
  },
  {
    "description": "It will return the user's phone number",
    "name": "user_phone",
    "slug": "[user_phone]",
    "status_id": 1
  },
  {
    "description": "It will return the user's address",
    "name": "user_address",
    "slug": "[user_address]",
    "status_id": 1
  },
  {
    "description": "It will return the user's roles in comma separated text",
    "name": "user_roles",
    "slug": "[user_roles]",
    "status_id": 1
  }
]