Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.mobula.io/llms.txt

Use this file to discover all available pages before exploring further.

name
String!
required
User-supplied webhook name.
callbackUrl
String!
required
HTTPS endpoint that will receive deliveries.
securityToken
String!
required
Caller-supplied token. Required — used to derive the per-webhook signing secret.
alertRecurrence
AlertRecurrence!
required
INDEFINITE or ONCE. See AlertRecurrence.
conditions
TokenPriceEventWebhookConditionInput!
required
Token-price threshold. See TokenPriceEventWebhookConditionInput.
retrySettings
RetrySettingsInput
Optional retry policy. See RetrySettingsInput.
bucketKey
BucketKeyInput
Preferred bucket key. See BucketKeyInput.
bucketId
String
Deprecated. Use bucketKey.
bucketSortkey
String
Deprecated. Use bucketKey.
publishingType
PublishingType
BATCH or SINGLE (default SINGLE). See PublishingType.
deduplicate
Boolean
When true, returns the existing webhook if callbackUrl + conditions + publishingType + alertRecurrence already exist for this API key + category.