Interface WebhookLogEntry

Hierarchy

  • WebhookLogEntry

Properties

bad_intent: boolean
created_at: string
data: {
    [key: string]: any;
}

Type declaration

  • [key: string]: any
id: string
last_try: string
response: string
state: string
status_code: number
target_id: string
target_type: string
tries: number
url: string

Generated using TypeDoc