Hooks
Actions
Learn about the different action hooks available within Gravity Forms. Action hooks allow you to perform additional actions when an event takes place.
Filters
Discover the different filter hooks available within Gravity Forms. You can use filters to modify data to better match your particular needs.
JavaScript
Find explanations of the various JavaScript hooks used by Gravity Forms and its add-ons.
Deprecated
Here you will find a listing of the action hooks in Gravity Forms which have been deprecated.
Articles
gform_webapi_authentication_required_ENDPOINT
Description.
gform_webapi_ENDPOINT
Triggered when a particular Gravity Forms Web API endpoint is accessed.
gform_webapi_get_users_settings_page
Description.
gform_webapi_key_user_capabilities
The gform_webapi_key_user_capabilities filter allows the list of capabilities which are used to determine if a user is included in the User drop down menu when creating a new REST API Key to be overridden.
gform_webhooks_post_request
This action fires after a Webhooks request has been executed and allows further actions to be performed.
gform_webhooks_request_args
This filter allows the webhook HTTP request arguments to be modified.
gform_webhooks_request_data
This filter allows the webhook HTTP request data to be modified.
gform_webhooks_request_headers
This filter allows the webhook HTTP request headers to be modified.
gform_webhooks_request_method
This filter allows the webhook HTTP request method to be modified.
gform_webhooks_request_url
This filter allows the webhook HTTP request url to be modified.