GrowReach — Backend Variables for v2 Prompts

(Provided by Rahul — these are pre-configured variables available in the backend)

Commenting User Variables (from Persona setup)

  • {{.Persona.FirstName}} — User’s first name
  • {{.Persona.Role}} — Job title
  • {{.Persona.Company}} — Company name
  • {{.Persona.Industry}} — Industry
  • {{.Persona.DomainExpertise}} — Areas of expertise
  • {{.Persona.YearOfExperience}} — Years of experience

Commenting Voice Variables (from new Commenting Voice feature)

  • {{.CommentingStrategy.WebsiteUrl}} — Business/product/service website
  • {{.CommentingStrategy.VoiceBrief}} — Auto-generated, user-edited voice brief
  • {{.CommentingStrategy.ContentTone}} — Selected tone (single-select: Authoritative, Conversational, Educational, Humorous, Inspirational, Personal, Professional)
  • {{.CommentingStrategy.ContentPersona}} — Selected persona(s) (multi-select: Community Builder, Data-Driven Analyst, Industry Expert, Innovator, Mentor/Coach, Storyteller, Thought Leader)
  • {{.CommentingStrategy.ContentPriority}} — Priority (single-select: Authenticity first, Authenticity only, Balance, Metrics first, Performance only)
  • {{.CommentingStrategy.TargetAudience}} — Target audience (multi-select: Consultants and Advisors, Executives and Business Leaders, Industry Peers, Job Seekers and Career Changers, Press and Media, Recruiters and HR, Sales and Marketing Professionals, Startups, Technology Enthusiasts)
  • {{.CommentingStrategy.ContentGoal}} — Content goal (multi-select: Brand Awareness, Build Authority, Career Opportunities, Find Potential Partners, Generate Leads, Increase Visibility, Promote Personal Projects, Share Knowledge)
  • {{.CommentingStrategy.UseEmoji}} — Yes/No for emoji usage
  • {{.CommentingStrategy.ThingsToInclude}} — Custom DOs
  • {{.CommentingStrategy.ThingsToAvoid}} — Custom DON’Ts

Post Variables (from LinkedIn)

  • {{.Post.Author.Name}} — Post author’s name
  • {{.Post.Text}} — Full post content

Output Guidance Variables

  • {{.LengthTarget}} — Target comment length in words
  • {{.OpenerType}} — How to open the comment
  • {{.EndWithQuestion}} — Whether to end with a question

Notes on Variables

  • The output guidance variables (LengthTarget, OpenerType, EndWithQuestion) suggest the backend is already trying to control structure — but in v1 these weren’t properly utilized or were too narrowly set
  • The {{0}} placeholder from v1 is NOT in this variable list — it was used in v1 comments but the v2 variable for author name is {{.Post.Author.Name}}
  • Post Author Title and Post Author Company from v1 are NOT in this list — only Author Name and Post Text
  • Hashtags from v1 are NOT in this list