Automate your workflows by connecting OpnForm with Zapier. This integration allows you to create Zaps that trigger on new form submissions or interact with your OpnForm workspaces.
OpnForm is an open-source form builder that allows you to create and manage forms, collect submissions, and integrate with various tools.
API Documentation: https://docs.opnform.com/api-reference/introduction
This Zapier integration allows you to:
- Trigger Zaps on new form submissions
- List your OpnForm workspaces
- List forms within your workspaces
- Automate workflows with popular Zapier apps
- A Zapier account
- An OpnForm account with an API access token
- Node.js and npm installed locally (for development)
npm install -g zapier-platform-clicd opnform-zapier
npm installzapier loginzapier register [TITLE]Replace [TITLE] with a descriptive name for your app.
zapier pushThe Zapier integration needs your OpnForm API base URL. Set it using:
zapier env:set [VERSION] BASE_URL=[BASE_URL]Replace:
[VERSION]- Your app version (usually1.0.0)[BASE_URL]- Your OpnForm API URL (e.g.,https://api.opnform.com)
To use this integration in Zapier:
- Create an access token: Visit your OpnForm account settings at
http://localhost:3000/home?user-settings=access-tokens(or your instance URL) - Click "Create new token"
- Copy the token - you'll need it for authentication
- New Submission - Triggered when a new form submission is received
- List Forms - Lists all forms in your workspace
- List Workspaces - Lists all your available workspaces
To test the integration locally:
- Create an access token in OpnForm:
http://localhost:3000/home?user-settings=access-tokens - Create a Zap in Zapier with this integration as a trigger
- Authenticate using your OpnForm access token
- Submit a test form to verify the integration works
npm run buildThis creates optimized builds in the build/ directory.
npm testLicensed under the MIT License. See LICENSE for details.
For issues, feature requests, or questions:
- OpnForm: GitHub Issues
- Zapier Documentation: https://zapier.com/developer