Developers
Gravity Flow Actions and Filters
Understand what hooks Gravity Flow provides, which parameters are available to them and examples of how they can be used to customize the default plugin behaviour to suit your use case / needs.
Extension Actions and Filters
Understand what hooks each Gravity Flow extension provides, which parameters are available to them and how they can be used to customize the default behaviours to suit your use case / needs.
Data Objects
Articles
gravityflow_inbox_submitter_name
This filters overrides the value which appears in the Submitter column of the Workflow Inbox.
gravityflow_notification
Allows the emails to be filtered before they’re sent.
gravityflow_form_ids_inbox
The gravityflow_form_ids_inbox filter is used to constrain which forms' entries are displayed via the Inbox Page or admin view. .
gravityflow_date_format_entry_detail
The gravityflow_date_format_entry_detail filter is used to adjust the date format which status information is displayed in the info box on the entry detail page.
gravityflowchecklists_checklists
The gravityflowchecklists_checklists filter allows the checklist configurations to be filtered.
gravityflow_timeline_notes
The gravityflow_timeline_notes filter allows you to customize the entries of the activity log for a given entry/workflow, before they are presented in multiple locations including the entry detail screen and {workflow_timeline} merge tag.
gravityflowformconnector_update_entry_approval_status
The filter gravityflowformconnector_update_entry_approval_status can be used for setting the approval status without having to use a field on the form to define the status.
gravityflowformconnector_target_entry_id
The filter gravityflowformconnector_target_entry_id can be used to change the target entry of the Form Connector Update Fields Step.
gravityflowformconnector_update_entry_form
The gravityflowformconnector_update_entry_form filter allows the form of entry for update to be customized/hydrated.
gravityflowincomingwebhook_response_pre_process
The gravityflowincomingwebhook_response_pre_process filters the processing of the webhook to be able to override the response entirely.