agents / Exports / WebhookPayload
Interface: WebhookPayload
Webhook payload structure
Table of contents
Properties
Properties
event
• event: WebhookEventType
Defined in
packages/agents/src/plugins/webhook/types.ts:135
timestamp
• timestamp: string
Defined in
packages/agents/src/plugins/webhook/types.ts:136
executionId
• Optional
executionId: string
Defined in
packages/agents/src/plugins/webhook/types.ts:137
sessionId
• Optional
sessionId: string
Defined in
packages/agents/src/plugins/webhook/types.ts:138
userId
• Optional
userId: string
Defined in
packages/agents/src/plugins/webhook/types.ts:139
data
• data: WebhookEventData
Defined in
packages/agents/src/plugins/webhook/types.ts:140
metadata
• Optional
metadata: WebhookMetadata