Gravity Forms is a very handy form builder for WordPress. It comes with lots add-ons that allow you to send your entries to other services, like MailChimp.
However, not every service has made an add-on for GravityForms yet. So what can you then do to submit form entries to this service?
Most services offer an API, and this add-on makes it possible to send your form entries to API's.
Features
- Create unlimited
Send to API
feeds - Use request methods like
POST
,PATCH
,PUT
,DELETE
orGET
- Authenticate with bearer tokens, basic auth, oauth 2 or through custom headers
- Add additional fields in the request that are not in the form, including arrays
- Store (parts) of the response as merge tags
- Add custom headers to the request
- Resend entries
Supported API's
The add-on should work with most REST(full) API's. You can authenticate with the following methods:
- Bearer token
- Basic auth
- OAuth 2 (grant type password or client credentials)
- Through a custom header
Of course, you can also send a request without any authentication method.
Documentation
You'll find detailed documentation, including installation instructions, here.
Licenses
The Personal license is valid for one year, for one site, and will be automatically renewed. The Developer plan includes a lifetime license for unlimited sites.
Requirements
- PHP 8.0 or higher
- Gravity Forms minimum version 1.9.16