n8n is a workflow automation platform that allows Formgic to connect with hundreds of apps and services. When someone submits a form, Formgic can automatically send the form data to an n8n webhook, where you can build custom automation workflows
How to Get a Webhook URL from n8n #
Step 1: Create a New Workflow #
- Log in to your n8n account.
- Click New Workflow.
Step 2: Add a Webhook Node #
- Click + Add Node.
- Search for Webhook and select it.
- Set the HTTP Method to POST.
- Save your workflow.
- Click Publish (or Activate) to make the workflow active.
- Switch to the Production URL tab.
- Copy the Production URL.
Note: The Test URL is only used for temporary testing and requires you to click Listen for test events each time. For Formgic, always use the Production URL from an active workflow.