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