Gravity Forms CiviCRM Form Processor
Add functionality to make Gravity Forms to CiviCRM integrations easier.
by Black Brick Software LLC · github.com/blackbricksoftware/gravityforms-civicrm-form-processor · website
★ 1stars
5composer installs
1forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/blackbricksoftware/gravityforms-civicrm-form-processor/releases/download/v2.0.0/gravity_forms_civicrm_form_processor.zipAlso on Packagist as blackbricksoftware/gravityforms-civicrm-form-processor:
composer require blackbricksoftware/gravityforms-civicrm-form-processorFrom the readme
Gravity Forms CiviCRM Form Processor
Send remote requests to CiviCRM with Gravity Forms Webhooks. This can be done directly to the CiviCRM API or via Form Processor.
What does this extension do?
TL;DR; This extension makes it easier to send data from a Gravity Form to a remote CiviCRM installation.
The CiviCRM REST REST API consumed data via encoded JSON a HTTP form post. In APIv3, this variable is json, in APIv4 this variable is params. Out of the box, the Gravity Forms Webhooks extension does not support structured JSON or combining data encodings like this (i.e. a Request Format of FORM containing encoded JSON).
This extension also add the option to send an email notification when a webhook to CiviCRM fails.
How do I get this up and running?
1. (Recommended) Install and configure the AuthX extension that comes with CiviCRM. This gives many options for authentication mechanisms.
1. Configure authentication rules and mechanisms (Administer - Administration Console - Authentication). The defaults are probably okay.
2. (Recommended) Install API Key Extension
3. (Recommended) Install the Action Provider and Form Processor extensions. These are not necessary, but they do pro
Read the full README on GitHub →