Articles

Stripe Extension

The Gravity Flow Stripe Extension allows workflows to authorize payments during the initial form submission, capture or cancel the payment at a later date, and also refund payments.

WooCommerce Extension – Sample Forms

The following zip file contains three separate sample forms:
Pay Later Workflow Capture & Cancel Payments Refund Workflow.

WooCommerce Extension – Gravity Flow Gateway

The Gravity Flow Gateway allows customers to place an order at the checkout without submitting their payment details (credit card information etc.).

WooCommerce Extension – WooCommerce Subscriptions Integration

If you use WooCommerce Subscriptions with our WooCommerce Extension, after enabling "Create Order" in your form, new entries will be created when there are new orders, regardless of renewal status.

Form Connector – Delete an Entry

The "Delete an Entry" step is included in the Form Connector Extension can be used to trash or delete an entry permanently at any point in the workflow.

WooCommerce Extension – Introduction

The Gravity Flow WooCommerce Extension adds workflow automation to WooCommerce orders empowering store owners to integrate orders more deeply and more efficiently with the business processes.

Form Connector – The Form Submission Step

The Form Submission Step is a feature of the Form Connector Extension (v1.1+) which allows Gravity Flow administrators to add steps to workflows which wait for the submission of a different form.

Incoming Webhook – Introduction

The Incoming Webhook Extension can be used in two ways:
After form submission at any point in the workflow, to hold entries on a step until a trigger is received from an external system.

Incoming Webhook – Create an Entry

Incoming Webhooks are a feature of the Incoming Webhook Extension, and allow entries to be created for forms by external systems.

Incoming WebHook – Field Mapping

The Incoming Webhook step supports mapping of incoming data into form fields. The system which is sending data to the incoming webhook in one of 3 formats:     - POST with form-data in the body of the request     - POST with form-data in the body of the request with a Content-Type header = application/json     - POST with raw JSON in the body of the request with a Content-Type header = application/json.