Webhook Event Types
Payload reference for each Classic API webhook event type: api-key-expiration-soon, conversation-post-processing-complete, and agent-framework-resource-updated.
API Key Events
api-key-expiration-soon
api-key-expiration-soon{
// The webhook event type
type: "api-key-expiration-soon",
// Your organization's unique identifier
org_id: string,
// The API key that is expiring
api_key_id: string,
// Human-readable name of the expiring API key (may be null)
api_key_name: string | null,
// When the API key will expire (UTC datetime)
expiration_time: string,
// Unique key for deduplication across retries
idempotent_key: string
}Post-Processing Events
conversation-post-processing-complete
conversation-post-processing-completeType
Description
Purpose
Agent Framework Resource Events
agent-framework-resource-updated
agent-framework-resource-updatedRelated Pages
Last updated
Was this helpful?

