Skip to content

WebhooksFilters

ngocnicholas edited this page Nov 30, 2023 · 1 revision

WebhooksFiltersClass

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class WebhooksFilters

The WebhooksFilters type exposes the following members.

Constructors

Default Constructor

Properties

Name Description
RecordChangeScope Only generate payloads for changes in the specified TableId or ViewId.
DataTypes Only generate payloads that contain changes affecting objects of these types.
ChangeTypes Only generate payloads that contain changes of these types.
FromSources Only generate payloads for changes from these sources. If omitted, changes from all sources are reported.
SourceOptions Additional options for source filtering. This allows users to filter form submissions by ViewId.
WatchDataInFieldIds Only generate payloads for changes that modify values in cells in these fields. If omitted, all fields within the table/view/base are watched.
WatchSchemasOfFieldIds Only generate payloads for changes that modify the schemas of these fields. If omitted, schemas of all fields within the table/view/base are watched.
Clone this wiki locally