[CreateNftEventWebhookArgs!]!
required
A list of NFT event webhooks to create.
Show Properties
Show Properties
A string value to hash along with
deduplicationId using SHA-256. Included in the webhook message for added security.AlertRecurrence!
required
NftEventWebhookConditionInput!
required
The conditions which must be met in order for the webhook to send a message.
Show Properties
Show Properties
The NFT event type to listen for.
Show Properties
Show Properties
WebhookNftEventType!
required
The NFT marketplaces to listen for.
The settings for retrying failed webhook messages.
Show Properties
Show Properties
The minimum time in seconds that the webhook will wait before retrying a failed message
The maximum time in seconds that the webhook will wait before retrying a failed message
An optional bucket ID (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).
An optional bucket sort key (max 64 characters). Can be used to query for subgroups of webhooks (useful if you have a large number of webhooks).
If enabled, new webhooks won’t be created if a webhook with the same parameters already exists. If callbackUrl, conditions, publishingType, and alertRecurrence all match, then we return the existing webhook.