-
Notifications
You must be signed in to change notification settings - Fork 34
CreateWebhookResponse
ngocnicholas edited this page Nov 19, 2023
·
1 revision
Namespace: AirtableApiClient
Assembly: AirtableApiClient.dll
public class CreateWebhookResponse
The CreateWebhookResponse type exposes the following members.
Default constructor
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). |
- AirtableBase
- AirtableRecordList
-
AirtableRecordList
<T>
1. AirtableRecord<T>
- AirtableApiException
-
AirtableApiResponse
- AirtableListRecordsResponse
- AirtableListRecordsResponse
<T>
- AirtableRetrieveRecordResponse
- AirtableRetrieveRecordResponse
<T>
- AirtableCreateUpdateReplaceRecordResponse
- AirtableCreateUpdateReplaceMultipleRecordsResponse
- AirtableDeleteRecordResponse
- AirtableCreateUpdateCommentResponse
- AirtableListCommentsResponse
- AirtableDeleteCommentResponse
- AirtableListWebhooksResponse
- AirtableListPayloadsResponse
- AirtableCreateWebhookResponse
- AirtableDeleteWebhookResponse
- AirtabeEnableWebhookNotificationsResponse
- AirtabeRefreshWebhookResponse
- CommentList
- IdFields
- PerformUpsert
- UserIdAndScopes
- Webhooks
- PayloadList
- WebhooksNotification
[Airtable]: http://www.airtable.com