Skip to main content

hook_types

Creates, updates, deletes, gets or lists a hook_types resource.

Overview

Namehook_types
TypeResource
Idnetlify.hooks.hook_types

Fields

The following fields are returned by SELECT queries:

NameDatatypeDescription
namestring
eventsarray
fieldsarray

Methods

The following methods are available for this resource:

NameAccessible byRequired ParamsOptional ParamsDescription
listselect

Parameters

Parameters can be passed in the WHERE clause of a query. Check the Methods section to see which parameters are required or optional for each operation.

NameDatatypeDescription

SELECT examples

OK

SELECT
name,
events,
fields
FROM netlify.hooks.hook_types
;