Hello,
How do we configure a webform so that it will send a notification to an email address each time someone fills it out?
Thank you,
Cat

Hello,
How do we configure a webform so that it will send a notification to an email address each time someone fills it out?
Thank you,
Cat
Hi Cat,
You could take my answer(last reply) in the thread below as reference:
In short, the process of the method:
1. Create a HTTP Request Trigger in flow, the email address will be included in requested data.
2. Send an AJAX request to endpoint of the trigger at "afterFormSubmit" or "onSubmit" event, user submitted data could be retrieved by document.getElementsByTagName("input")[i].
Regards,
Clofly