Trigger Old Custom Form Submissions to send Submission Emails


(Nic Hubbard) #1

We moved our server and there was about 3 days when mail wasn't working on our server. So, even though forms were working, they were not alerting the various people that managed those forms through email, that a submission had been created.

 

Is there a way to trigger those emails to be sent for a certain date range?


(Joel Porgand) #2

toggling the 'complete' attribute on the relevant submissions with the JS API might trigger the email?


(Nic Hubbard) #3

toggling the 'complete' attribute on the relevant submissions with the JS API might trigger the email?

 

 

That would likely take forever in our case. 

 

I ended up just checking all our forms and emailing the submission logs to the relevant users that normally get them by email.


(Joel Porgand) #4

 

That would likely take forever in our case. 

 

 

Eh, would only take a little bit to knock up a quick listing of em & batch it through the JS API. That's if it works, which I'm not sure about. 


(Bart Banda) #5

Or potentially a trigger batch? 


(Nic Hubbard) #6

Or potentially a trigger batch? 

 

Yeah, but I still don't see a way to set a date range. 

 

Triggering this on ALL submissions for a form would be horrible.