Skip to content

CreateWebhookResponse

ngocnicholas edited this page Nov 19, 2023 · 1 revision

AirtableListPayloadsResponse Class

Namespace: AirtableApiClient

Assembly: AirtableApiClient.dll

Syntax

public class CreateWebhookResponse

The CreateWebhookResponse type exposes the following members.

Constructors

Default constructor

Properties

Name Description
Id identifier of the created Webhook.
MacSecretBase64 A MAC secret. The client should store this value to authenticate webhook pings. There is no way to retrieve this value after the initial creation of the webhook.
ExpirationTime The time when the webhook expires and is disabled in the ISO format. The webhook will not expire if this is null (in the case User API keys are used).
Clone this wiki locally