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.

id
String!
Webhook id (UUID).
webhookType
WebhookType!
Webhook category. See WebhookType.
name
String!
User-supplied webhook name.
created
Int!
Creation timestamp (unix seconds).
alertRecurrence
AlertRecurrence!
Whether the webhook fires once or indefinitely. See AlertRecurrence.
callbackUrl
String!
Destination URL for delivery.
status
String!
Webhook status (e.g. active).
conditions
WebhookCondition!
Match conditions. Union — discriminate via __typename. See WebhookCondition.
retrySettings
RetrySettings
Optional retry policy. See RetrySettings.
bucketKey
BucketKey
Optional bucket grouping for batched delivery. See BucketKey.
publishingType
PublishingType
How matched events are published. See PublishingType.