API Webhooks Add-On with Formidable Forms
Release the Formidable Forms power to any other site with a full forms API and webhooks.
- Get view content and display it on a page with a simple shortcode.
- Insert a form on a page and accept submissions from another site.
- Trigger webhooks after an entry is created, updated, or deleted. This will allow you to send data to any other site with a REST API.
- Fetch, create, update, and delete entries.
- Get, create, and delete fields.
- Get, create, and delete forms.
Note The Formidable API is designed for developers, engineers, or anyone else who is comfortable creating custom-coded solutions or integrating with RESTful APIs. It is set up to send requests using Basic Authorization.
Heads up!
This article contains Advanced API principles and examples intended for developers and those familiar with APIs. We offer these examples as a courtesy, but don’t provide support for customizations, troubleshooting or 3rd party development.
This article contains Advanced API principles and examples intended for developers and those familiar with APIs. We offer these examples as a courtesy, but don’t provide support for customizations, troubleshooting or 3rd party development.
Send your Formidable entry data to any other site that has a REST API. It is set up to send requests using Basic Authorization. This includes the option of sending entries from a Formidable form on one site to a Formidable form on another.
Note: When there is no API key passed, all API requests are treated as logged-out users and there isn’t currently a built-in solution to pass user info or roles along with an individual request. When the API key is passed, the request is performed as an administrator.
Reviews
Clear filtersThere are no reviews yet.