Skip to content

agent-plugin-webhook / Exports / IWebhookPayload

Interface: IWebhookPayload

Webhook payload structure

Table of contents

Properties

Properties

event

event: TWebhookEventName

Defined in

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


timestamp

timestamp: string

Defined in

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


executionId

Optional executionId: string

Defined in

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


sessionId

Optional sessionId: string

Defined in

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


userId

Optional userId: string

Defined in

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


data

data: IWebhookEventData

Defined in

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


metadata

Optional metadata: TWebhookMetadata

Defined in

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

Released under the MIT License.