Run integrations and email notifications after adding entry manually
-
Hi there,
first, thank you so much for this wonderful plugin!Is it possible to have Forminator send notification emails and run integrations after adding new entry in PHP code via
Forminator_API::add_form_entry()
, or after update viaForminator_API::update_form_entry
?The process goes like this:
1. Customer creates an order via Forminator form A
2. He receives an email, where there is a link to “confirm” this order
3. Clicking the link brings customer to a page where a custom PHP code updates the original customer’s entry in form A and sets its status to CONFIRMED (or alternatively, it can remove the original entry and create a new entry with this status)
4. This update/adding of new entry should trigger new e-mail notification to us, and update the order in linked-in Google SpreadsheetIs something like this possible to achieve in Forminator?
Thank you for your help,
Robert Toth
- The topic ‘Run integrations and email notifications after adding entry manually’ is closed to new replies.