Articles

gravityflow_admin_action_feedback

The gravityflow_admin_action_feedback filter can process custom choices from the admin actions drop-down menu on the workflow detail page.

gravityflow_reports_args

The gravityflow_reports_args filter allows the reports display arguments to be overridden.

gravityflow_sort_criteria_status

The gravityflow_sort_criteria_status filter allows the initial sort order on status page load to be defined.

gravityflowpdf_process_template_shortcodes

The gravityflowpdf_process_template_shortcodes filter can be used to prevent shortcodes placed in the PDF template being processed.

gravityflow_sort_columns_status_table

The gravityflow_sort_columns_status_table filter allows custom columns defined in gravityflow_field_value_status_table to be sorted.

Blocks

As of Gravity Flow 2.8, the Gravity Flow Blocks are available within the plugin directly.  See Gravity Flow 2.8 Beta release notes for more details.

Configuring Outgoing Webhook Steps with response mapping

Introduced in Gravity Flow v2.3, it is possible map the JSON values sent in the response to field values. This happens before the workflow moves on to the next step so you can define what happens next in the workflow depending on the response of an external API. For example, your webhook may request approval status from an external API, store the result in a field value and send a conditional notification based on the result.

gravityflowformconnector_new_entry_form

The gravityflowformconnector_new_entry_form filter allows the form to be modified before it is processed for mapping into a new.

gravityflowformconnector_update_field_values_form

The gravityflowformconnector_update_field_values_form filter allows the form to be modified before it is processed for updating field values into another entry.

gravityflow_entry_detail_args

The gravityflow_entry_detail_args filter allows the entry detail arguments to be overridden