Skip to content

WebhooksNotification

ngocnicholas edited this page Nov 20, 2023 · 1 revision

WebhooksNotification Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class WebhooksNotification

The WebhooksNotification type exposes the following members.

Constructors

Default constructor

Properties

Name Description
Success true or false
completionTimestamp The time of the most recent notification.
DurationMs The roundtrip duration of the network call.
RetryNumber The number of times the notification was retried. (0 = first try).
Error Object containing the error message - only exists in case of error.
WillBeRetried Whether or not Airtable will attempt to deliver a notification again - only exists in case of error.
Clone this wiki locally