Hi there!
As we can add form submission notification using the Netlify dashboard. Is there any API endpoint available to add form notifications?
Thanks!
Hi there!
As we can add form submission notification using the Netlify dashboard. Is there any API endpoint available to add form notifications?
Thanks!
As far as I can see, there is no API endpoint for Netlify forms.
Aswell as, like you said the dashboard email notis, there is also support for Zapier integrations as described here if that is any use to you.
Otherwise your best bet is to use another 3rd party form service ://
Hey @fmunirdev,
In addition to what @kylesloper suggested, you could also use the submission-created
event-driven function to trigger your email. Our docs explain in more detail:
Let us know if you have any questions
Thanks @jen That would be helpful too.