You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the way the Webhook Form component works is that the user can only do ONE action upon form submission — which is to either:
email the form contents to a given email address, OR
submit it to a webhook API endpoint
It is impossible to do both, which is a very common use-case — i.e., when you want to send the submission via email to a specific address, but also submit it to an API.
Ideally, we should be able to perform an arbitrary number of actions upon submission — eg. submitting the results to different email addresses, as well as submitting it to more than one API endpoint.
romeroortizz, eg-pro, mtsears4, TruckeeDavid and roundeddesign