Extension Actions and Filters

Articles

gravityflowincomingwebhook_response_pre_process

The gravityflowincomingwebhook_response_pre_process filters the processing of the webhook to be able to override the response entirely.

gravityflowparentchild_add_child_entry_link

The gravityflowparentchild_add_child_entry_link filter can be used to modify the URL of the Add Child Form link.

gravityflowpdf_content

The gravityflowpdf_content filter is used to modify the contents the PDF Generator add-on defines via the step settings template before generating the PDF. 

gravityflowpdf_delete_post_send

By default, the PDF generated by the Gravity Flow PDF Generator Extension is deleted immediately after sending by email – this helps to ensure that unauthorized users don’t see fields values later on in the workflow

gravityflowpdf_download_authorized

The gravityflowpdf_download_authorized filter allows the download authorization to be overridden. Only triggered for authenticated users and assignees.

gravityflowpdf_download_file_name

Use this filter to change the name of the downloadable PDF file via the merge tag.

gravityflowpdf_file_name

Use this filter to change the name of the PDF file generated via the PDF Generator Add-On.

gravityflowpdf_file_path

The gravityflowpdf_file_path filter allows the file path to be modified.

gravityflowpdf_generated

The gravityflowpdf_generated action allows customization to occur immediately after the successful generation of the PDF file on the server. 

gravityflowpdf_mpdf

The gravityflowpdf_mpdf filter is used to customize the mPDF instance, which will be used to generate the PDF based on the template (defined in step settings) and entry field values.