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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -868,7 +868,7 @@ 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,title only.
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}}
 
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}}