{
  "value": "referral_request_email",
  "label": "Draft Referral Request Email",
  "description": "Create emails asking satisfied customers for referrals. Provide customer name and their success story.",
  "name": "Referral Request",
  "category": "Sales",
  "type": "Business Department",
  "config": {
    "temperature": 40,
    "frequencyPenalty": 10,
    "disableRAG": true,
    "prompt": [
      {
        "role": "user",
        "content": "Write a referral request email to a happy customer. I'll provide their name and what success they've achieved with our solution. Create a warm, personal email that celebrates their success, asks if they know others who could benefit similarly, and makes it easy to refer. Include a clear value proposition for referring and keep it under 150 words. Make it feel like a natural conversation, not a template."
      }
    ]
  }
}