Type Alias AutomationConnectorWebhookConfiguration

type AutomationConnectorWebhookConfiguration = {
    automatic?: boolean;
    events?: AutomationConnectorWebhookEvent[];
    id?: string;
}
Index
automatic?: boolean

Indicates whether the webhook is set up automatically.

The available webhook events for this connector.

id?: string

The unique identifier of the webhook configuration.