Skip to content

agent-plugin-webhook / Exports / IWebhookEndpoint

Interface: IWebhookEndpoint

Webhook endpoint configuration

Table of contents

Properties

Properties

url

url: string

Defined in

agent-plugin-webhook/src/types.ts:143


headers

Optional headers: Record<string, string>

Defined in

agent-plugin-webhook/src/types.ts:144


events

Optional events: TWebhookEventName[]

Defined in

agent-plugin-webhook/src/types.ts:145


retries

Optional retries: number

Defined in

agent-plugin-webhook/src/types.ts:146


timeout

Optional timeout: number

Defined in

agent-plugin-webhook/src/types.ts:147


secret

Optional secret: string

Defined in

agent-plugin-webhook/src/types.ts:148

Released under the MIT License.