How can I configure automatic email response to specific table events?
When users post adverts it creates a record in the master table. The status field is ‘moderation’. The adverts get approved by moderators and the status field gets updated to ‘active’. I want an email sent out to the poster’s registered email as notification that the advert has been approved and active.
@Nkekere_Tommy_Minimann You can set up an event handler before / after create / update / delete table objects and send emails there.
Detailed documentation Overview - Developing Backendless Server Code with node.js
Regards,
Valeriy