Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|
|
|
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 |
|