Skip to content

WebhookPayload

ngocnicholas edited this page Nov 20, 2023 · 6 revisions

WebhookPayload Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class WebhookPayload

The WebhookPayload type exposes the following members.

Constructors

Default constructor

Properties

Name Description
Timestamp The time the action occurred.
BaseTransactionNumber A number which can be used to determine all changes within a transaction.
CursorForNextPayload The cursor associated with the next payload that will be generated. This cursor will increase every time a new payload is generated for this webhook.
PayloadFormat The payload format's version number. This is currently just v0, but it may be increased in the future for breaking payload changes.
ActionMetadata The action responsible for the change. We may add additional sources or source metadata in the future and this will not be considered a breaking change. API consumers are expected to handle unknown sources gracefully.
ChangedTablesById optional<object> key: string
CreatedTablesById optional<object> key: string
DestroyedTableIds optional<array of strings>
Error true - only exits in an error Payload response
Code INVALID_FILTERS or INVALID_HOOK - only exists in an error Payload response. Additional error codes may be introduced, and will not be considered a breaking change. In addition INTERNAL_ERROR can be returned if an internal error is encountered
Clone this wiki locally