@adcp/client API Reference - v3.3.3
Documentation
GitHub
npm
Preparing search index...
WebhookPayload
Interface WebhookPayload
Webhook payload structure
interface
WebhookPayload
{
operation_id
:
string
;
context_id
?:
string
;
task_id
?:
string
;
task_type
:
string
;
status
:
string
;
result
?:
any
;
error
?:
string
;
message
?:
string
;
timestamp
?:
string
;
}
Index
Properties
operation_
id
context_
id?
task_
id?
task_
type
status
result?
error?
message?
timestamp?
Properties
operation_
id
operation_id
:
string
Optional
context_
id
context_id
?:
string
Optional
task_
id
task_id
?:
string
task_
type
task_type
:
string
status
status
:
string
Optional
result
result
?:
any
Optional
error
error
?:
string
Optional
message
message
?:
string
Optional
timestamp
timestamp
?:
string
Settings
Member Visibility
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
operation_
id
context_
id
task_
id
task_
type
status
result
error
message
timestamp
Documentation
GitHub
npm
@adcp/client API Reference - v3.3.3
Loading...
Webhook payload structure