Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
processIntegrationChannelQueue
Function processIntegrationChannelQueue
processIntegrationChannelQueue
(
params
:
{
channelId
:
string
;
deliveryPolicy
?:
WebhookDeliveryPolicy
;
maxRows
?:
number
;
now
?:
()
=>
number
;
onDelivered
?:
(
input
:
{
agentId
:
string
;
channelId
:
string
;
eventName
:
string
;
httpStatus
:
number
;
orderedSequence
:
number
|
null
;
payloadBody
:
string
;
payloadSha256
:
string
;
queueId
:
string
;
receipt
:
WebhookDeliveryReceipt
;
}
,
)
=>
Promise
<
IntegrationDeliveryArtifacts
|
null
>
;
workspace
:
string
;
}
,
)
:
Promise
<
ProcessIntegrationQueueResult
>
Parameters
params
:
{
channelId
:
string
;
deliveryPolicy
?:
WebhookDeliveryPolicy
;
maxRows
?:
number
;
now
?:
()
=>
number
;
onDelivered
?:
(
input
:
{
agentId
:
string
;
channelId
:
string
;
eventName
:
string
;
httpStatus
:
number
;
orderedSequence
:
number
|
null
;
payloadBody
:
string
;
payloadSha256
:
string
;
queueId
:
string
;
receipt
:
WebhookDeliveryReceipt
;
}
,
)
=>
Promise
<
IntegrationDeliveryArtifacts
|
null
>
;
workspace
:
string
;
}
Returns
Promise
<
ProcessIntegrationQueueResult
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...