Hello everyone,
I'm currently working on streamlining a process where I need to integrate JotForm and Gmail. My primary goal is to extract specific information (like an applicant's name) from a JotForm submission and then use this data to personalize the content of an email sent via Gmail.
Here's what I'm trying to achieve:
- Data Extraction[WORKING]: When a JotForm form is submitted, I want to capture certain details, most importantly the applicant's name.
- Data Utilization in Gmail[UNABLE TO FIND A INPUT FIELD FOR DYNAMIC VALUE]: I want to use this name dynamically in the content of an email that I'll be sending through Gmail. For instance, if the applicant's name is "John Doe", the email should be able to address him directly using this name.
I’ve got 1st step setup, but haven’t figured out the 2nd step. Has anyone here done something similar? Should I use webhook or Zapier code?
Thanks in advance for your help!