send email confirmation after lead creation
This commit is contained in:
parent
faa07a8b4d
commit
b5584e1d8e
4 changed files with 190 additions and 1 deletions
22
hub/services/templates/email/lead_confirmation.txt
Normal file
22
hub/services/templates/email/lead_confirmation.txt
Normal file
|
@ -0,0 +1,22 @@
|
|||
Hello {{ name }},
|
||||
|
||||
Thank you for your interest in our services. We have received your inquiry and will get back to you shortly.
|
||||
|
||||
Here's a summary of the information you provided:
|
||||
|
||||
- Name: {{ name }}
|
||||
- Email: {{ email }}
|
||||
- Phone: {{ phone }}
|
||||
- Company: {{ company }}
|
||||
{% if service != 'General inquiry' %}- Service: {{ service }}{% endif %}
|
||||
{% if provider != 'Not specified' %}- Provider: {{ provider }}{% endif %}
|
||||
{% if plan != 'Not specified' %}- Plan: {{ plan }}{% endif %}
|
||||
{% if message %}- Message: {{ message }}{% endif %}
|
||||
|
||||
Our team will review your inquiry and contact you as soon as possible.
|
||||
|
||||
Best regards,
|
||||
Sir Vala and the Team
|
||||
|
||||
--
|
||||
This is an automated message. Please do not reply directly to this email. You can reach us at hi@servala.com.
|
Loading…
Add table
Add a link
Reference in a new issue