Articles

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

gravityflow_validation_approval

Allow the validation result to be overridden using the gravityflow_validation_approval filter.

gravityflow_validation_user_input

The filter gravityflow_validation_user_input is used to validate whether the user input step form is valid. You might use it when you require an equivalent to gform_validation.

gravityflow_timeline_step_icon

The gravityflow_timeline_step_icon filter allows the step icon to be filtered for the timeline.

gravityflow_step_form

The gravityflow_step_form filter allows the form to be modified before a step using it is processed.

Import and Export Workflow Steps

When you export a form using the Gravity Forms export tool, all the steps associated with the form will be exported as well.

gravityflowpdf_file_path

The gravityflowpdf_file_path filter allows the file path to be modified.