Insert records through email

Insert records through email

Requirement

When an email is received, content from the email is extracted and used to create records.

Use Case

The HR team sends an email to shortlisted candidates. Candidates can reply to the email with details that are extracted and added as records automatically.

Steps to follow

1. Create forms with the following details:
Form
Form Link Name
Field Type
Field Name
Field Link Name
Candidate Emails
Candidate_Emails
Name
Name
Name
Email
Email
Email
Candidate Details
Candidate_Details
Single Line
Full Name
Full Name
Phone
Phone
Phone_Number
Email
Primary Email Address
Primary_Email_Address
Number
Total Years of Experience
Total_Years_of_Experience
Single Line
Current CTC
Current_CTC
Multi Line
Expected CTC
Expected_CTC
File Upload
Resume
ZC_File
 
The Candidate Emails form contains the list of shortlisted candidates and their email addresses. The HR team sends an email using this form.
 
When the candidate replies to the HR's email, candidate details are extracted and stored in the Candidate Details form. This is achieved using the Email Form Data functionality. Each Zoho Creator form contains a dedicated email address and a template. The details can be emailed to the email address in the specified template format, and the records will be added to the form.

2. To view the form's email address, click the Form Properties icon i n the top -right corner.


3. Details need to be sent to the email address highlighted below to insert records to this form using an email. The View template option displays the template. Click Allow from everyone.


4. Records to this form can be added by sending an email in the below template format:
 
Now, let's add a button in the Candidate Emails form using which the HR can send an email to the candidates requesting details.

5. Click the + icon under All Candidate Emails report > Quick View > Actions.


6. Add a new action item as shown below. Click CREATE WORKFLOW.


7. Click Add New Action > Deluge Script > Create your own, and add the following snippet:
  1. sendmail
  2. [
  3. from :zoho.adminuserid
  4. to :input.Email
  5. subject :"Hiring email from Zylker"
  6. message : "Please enter your details without modifying the template, attach your latest resume, and reply to this email.<br /><br />Full Name : <br/>Phone : <br/>Primary Email Address : <br/>Total Years of Experience : <br/>Current CTC : <br/>Expected CTC :"
  7. ]

8. To display the button on the report, click All Candidate Emails > Configure Fields for Web.


9. Click +Add Fields > Buttons > Send Email.
 
Because the candidate will reply to the HR's email, we need to prevent the original email's content from getting added to the form.

10. Create a workflow with the following details.
 
We are selecting Form Event as Validations on form submission because we will remove the extra content when the details are being validated before being added to the database.

11. Click Add New Action and add the following snippet in the Deluge editor:
  1. input.Expected_CTC = input.Expected_CTC.getprefix("On");
 
When replying to an email, the original email is appended beneath and starts with the text "On <date> at <time>, <user> wrote: <original email>". T he above script with the getPrefix task will only consider the text that comes before "On". We are using the field Expected_CTC because that is the last field in the template, so it will initially capture the original email's content. This is also the reason we have set this field's type as Multi Line, to be able to accept large text sizes.

See how it works



      Create. Review. Publish.

      Write, edit, collaborate on, and publish documents to different content management platforms.

      Get Started Now


        Access your files securely from anywhere

          Zoho CRM Training Programs

          Learn how to use the best tools for sales force automation and better customer engagement from Zoho's implementation specialists.

          Zoho CRM Training
            Redefine the way you work
            with Zoho Workplace

              Zoho DataPrep Personalized Demo

              If you'd like a personalized walk-through of our data preparation tool, please request a demo and we'll be happy to show you how to get the best out of Zoho DataPrep.

              Zoho CRM Training

                Create, share, and deliver

                beautiful slides from anywhere.

                Get Started Now


                  Zoho Sign now offers specialized one-on-one training for both administrators and developers.

                  BOOK A SESSION





                              Quick Links Workflow Automation Data Collection
                              Web Forms Enterprise Begin Data Collection
                              Interactive Forms Workplace Data Collection App
                              CRM Forms Customer Service Accessible Forms
                              Digital Forms Marketing Forms for Small Business
                              HTML Forms Education Forms for Enterprise
                              Contact Forms E-commerce Forms for any business
                              Lead Generation Forms Healthcare Forms for Startups
                              Wordpress Forms Customer onboarding Order Forms for Small Business
                              No Code Forms Construction RSVP tool for holidays
                              Free Forms Travel
                              Prefill Forms Non-Profit

                              Intake Forms Legal
                              Mobile App
                              Form Designer HR
                              Mobile Forms
                              Card Forms Food Offline Forms
                              Assign Forms Photography
                              Mobile Forms Features
                              Translate Forms Real Estate Kiosk in Mobile Forms
                              Electronic Forms

                              Notification Emails for Forms Alternatives Security & Compliance
                              Holiday Forms Google Forms alternative  GDPR
                              Form to PDF Jotform alternative HIPAA Forms
                              Email Forms
                              Encrypted Forms
                              Embeddable Forms
                              Secure Forms
                              Drag & drop form builder
                              WCAG

                                    Create. Review. Publish.

                                    Write, edit, collaborate on, and publish documents to different content management platforms.

                                    Get Started Now




                                                      You are currently viewing the help pages of Qntrl’s earlier version. Click here to view our latest version—Qntrl 3.0's help articles.




                                                          Manage your brands on social media


                                                            • Desk Community Learning Series


                                                            • Digest


                                                            • Functions


                                                            • Meetups


                                                            • Kbase


                                                            • Resources


                                                            • Glossary


                                                            • Desk Marketplace


                                                            • MVP Corner


                                                            • Word of the Day


                                                            • Ask the Experts


                                                              Zoho Sheet Resources

                                                               

                                                                  Zoho Forms Resources


                                                                    Secure your business
                                                                    communication with Zoho Mail


                                                                    Mail on the move with
                                                                    Zoho Mail mobile application

                                                                      Stay on top of your schedule
                                                                      at all times


                                                                      Carry your calendar with you
                                                                      Anytime, anywhere




                                                                            Zoho Sign Resources

                                                                              Sign, Paperless!

                                                                              Sign and send business documents on the go!

                                                                              Get Started Now




                                                                                      Zoho TeamInbox Resources





                                                                                                Zoho DataPrep Demo

                                                                                                Get a personalized demo or POC

                                                                                                REGISTER NOW


                                                                                                  Design. Discuss. Deliver.

                                                                                                  Create visually engaging stories with Zoho Show.

                                                                                                  Get Started Now









                                                                                                                      • Related Articles

                                                                                                                      • Understanding emailing data to form

                                                                                                                        This feature is currently supported only in the .com (US data center) and .eu (EU data center). A form is the component of your app (that you’ve built using Zoho Creator), through which your users can submit data. In addition to the default method of ...
                                                                                                                      • Store records for 30 days after deletion

                                                                                                                        Requirement Deleted records must be stored for 30 days after deletion, after which they should be permanently removed from the database. Use Case A library management app is used to manage books, memberships, and other resources. When a membership is ...
                                                                                                                      • Email data to a form

                                                                                                                        To get the email address of a form Navigate to Operations on the left pane and select Form Email Data under Applications. Click on the Get Form Email button in the center. A popup will appear. In the popup, choose the Application and the Form for ...
                                                                                                                      • Capture data using NFC

                                                                                                                        Requirement Capture data from NFC supported tags. Use Case An organization wants a mechanism where its employees can submit feedback about its cafeteria and restrooms by tapping their NFC- enabled ID cards against the feedback collecting ...
                                                                                                                      • Understanding form builder

                                                                                                                        What does this page cover? Learn more about the form builder and how you can customize your form and its fields according to your business needs. Availability Forms built from scratch, by importing data, and from a template can be created in all ...
                                                                                                                        Wherever you are is as good as
                                                                                                                        your workplace

                                                                                                                          Resources

                                                                                                                          Videos

                                                                                                                          Watch comprehensive videos on features and other important topics that will help you master Zoho CRM.



                                                                                                                          eBooks

                                                                                                                          Download free eBooks and access a range of topics to get deeper insight on successfully using Zoho CRM.



                                                                                                                          Webinars

                                                                                                                          Sign up for our webinars and learn the Zoho CRM basics, from customization to sales force automation and more.



                                                                                                                          CRM Tips

                                                                                                                          Make the most of Zoho CRM with these useful tips.



                                                                                                                            Zoho Show Resources