Calling an external API on form submission

Hello,
Is it possible to call an external API on form submission? We want to store the data in our backend to perform some additional actions.


Here is my site Read-Only: LINK
(how to share your site Read-Only link)

I would recommend that you set up a listener at some endpoint and leverage the Webhook functionality that can be triggered on a form submission.

1 Like

Thanks!! Will give it a shot