ak0601 commited on
Commit
a992ada
·
verified ·
1 Parent(s): 7f94e75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -868,10 +868,11 @@ async def generate_sequences_with_llm(job_description: str) -> List[CampaignSequ
868
 
869
  Generate ONLY the subject lines and email body content for 3 professional email sequences.
870
  Write the email on behalf of Ali Taghikhani, CEO SRN
871
- In the templates use placeholders like, custom_fields.Welcome_Message, custom_fields.Closing_Message, first_name, company_name,custom_fields.Title
 
872
 
873
  Email Sequence Structure:
874
- 1. INTRODUCTION (Day 1): Ask for consent and interest in the role, In the starting use the welcome message placeholder, and in the end use closing message template along with the name and title of sender.placeholders must be used like this {{first_name}}
875
  2. OUTREACH (Day 3): Provide detailed job information
876
  3. FOLLOW-UP (Day 5): Follow up on updates and next steps
877
 
 
868
 
869
  Generate ONLY the subject lines and email body content for 3 professional email sequences.
870
  Write the email on behalf of Ali Taghikhani, CEO SRN
871
+ In the templates use placeholders like, Welcome_Message, Closing_Message, first_name, company_name,Title.
872
+
873
 
874
  Email Sequence Structure:
875
+ 1. INTRODUCTION (Day 1): Ask for consent and interest in the role, In the starting use the welcome message placeholder after the salutation, and in the end use closing message template along with the name and title of sender.placeholders must be used like this {{first_name}}
876
  2. OUTREACH (Day 3): Provide detailed job information
877
  3. FOLLOW-UP (Day 5): Follow up on updates and next steps
878