Globals / WebhookTestResult
# Interface: WebhookTestResult
Results of testing a webhook
export
interface
WebhookTestResult
# Hierarchy
- WebhookTestResult
# Index
# Properties
# Properties
# message
• Optional
message: string
Defined in src/generated/api.ts:4081 (opens new window)
memberof
WebhookTestResult
# request
• request: WebhookTestRequest
Defined in src/generated/api.ts:4087 (opens new window)
memberof
WebhookTestResult
# response
• response: WebhookTestResponse
Defined in src/generated/api.ts:4093 (opens new window)
memberof
WebhookTestResult