Hi all,
I wish to achieve the following, not sure how to as I have no coding background
The apps involved are jotforms and infusionsoft
Trigger --> JotForm filled (Fields: {{Infusionsoft_ID_first}}, {{Infusionsoft_ID_last}}, {{Email_Body_Text}})
Action --> Send emails by using Infusionsoft one by one, loop action is needed as below:
Begin Loop
- 1. find and match {{Infusionsoft_ID_first}} with actual infusionsoft ID in infusionsoft
- 2. find the email address I wish to send the email to (each infusionsoft ID may have 3-5 email address fields)
- 3. send the email to the email address with the text in {{Email_Body_Text}} and other fields in the correlated infusionsoft fields
- 4. Delay for 1 minute
- 5. increase the {{Infusionsoft_ID_first}} by 1 (assume the ID is numerically sequential)
End Loop until the ID number equals {{Infusionsoft_ID_last}}
Any assistance is greatly appreciated. Thanks