Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
recordIntegrationDelivery
Function recordIntegrationDelivery
recordIntegrationDelivery
(
params
:
{
agentId
:
string
;
channelId
:
string
;
eventName
:
string
;
maxReceipts
?:
number
;
payloadSha256
:
string
;
receipt
:
WebhookDeliveryReceipt
;
sequence
:
number
;
workspace
:
string
;
}
,
)
:
{
agentId
:
string
;
attempts
:
number
;
channelId
:
string
;
delivered
:
boolean
;
deliveryId
:
string
;
error
:
string
|
null
;
eventName
:
string
;
httpStatus
:
number
|
null
;
payloadSha256
:
string
;
receipt
:
unknown
;
recordId
:
string
;
sequence
:
number
;
ts
:
number
;
url
:
string
;
}
Parameters
params
:
{
agentId
:
string
;
channelId
:
string
;
eventName
:
string
;
maxReceipts
?:
number
;
payloadSha256
:
string
;
receipt
:
WebhookDeliveryReceipt
;
sequence
:
number
;
workspace
:
string
;
}
Returns
{
agentId
:
string
;
attempts
:
number
;
channelId
:
string
;
delivered
:
boolean
;
deliveryId
:
string
;
error
:
string
|
null
;
eventName
:
string
;
httpStatus
:
number
|
null
;
payloadSha256
:
string
;
receipt
:
unknown
;
recordId
:
string
;
sequence
:
number
;
ts
:
number
;
url
:
string
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...