Page 1 of 1

How do I create a trigger in the appery.io database to send an email each time a row is created via a form in the app?

Posted: Thu Mar 13, 2014 9:34 am
by Anne Fernando

Each time a user enters a record in the database, I need a simple report of the record to be sent to a predefined email address.

Is this possible via a database trigger? Or do I need to use a plugin like SendGrid?


How do I create a trigger in the appery.io database to send an email each time a row is created via a form in the app?

Posted: Thu Mar 13, 2014 9:51 am
by Maryna Brodina

Hello!

1) We don't have database trigger, you would need to implement this app logic
2) Yes, you need to use SendGrid if want to send email
3) If for some reason it's not convenient to send email from app, you can do that using server code.