Type Alias AutomationConnectorWebhookEventParam

type AutomationConnectorWebhookEventParam = {
    id?: string;
    name?: string;
    options?: string[];
    required?: boolean;
    type?: string;
}
Index
id?: string

The unique identifier of the webhook event parameter.

name?: string

The name of the parameter.

options?: string[]

The available options for this parameter.

required?: boolean

Indicates whether the parameter is required.

type?: string

The type of the parameter.