Agent Maturity Compass API - v1.2.0
Guides
HTTP API
GitHub
Preparing search index...
index
IntegrationQueueItemInput
Interface IntegrationQueueItemInput
interface
IntegrationQueueItemInput
{
agentId
:
string
;
channelId
:
string
;
channelType
:
IntegrationChannelType
;
destinationRef
?:
string
|
null
;
destinationUrl
?:
string
|
null
;
eventName
:
string
;
extraHeaders
?:
Record
<
string
,
string
>
;
maxRounds
?:
number
;
orderedSequence
?:
number
|
null
;
payloadBody
:
string
;
secretRef
?:
string
|
null
;
}
Index
Properties
agent
Id
channel
Id
channel
Type
destination
Ref?
destination
Url?
event
Name
extra
Headers?
max
Rounds?
ordered
Sequence?
payload
Body
secret
Ref?
Properties
agent
Id
agentId
:
string
channel
Id
channelId
:
string
channel
Type
channelType
:
IntegrationChannelType
Optional
destination
Ref
destinationRef
?:
string
|
null
Optional
destination
Url
destinationUrl
?:
string
|
null
event
Name
eventName
:
string
Optional
extra
Headers
extraHeaders
?:
Record
<
string
,
string
>
Optional
max
Rounds
maxRounds
?:
number
Optional
ordered
Sequence
orderedSequence
?:
number
|
null
payload
Body
payloadBody
:
string
Optional
secret
Ref
secretRef
?:
string
|
null
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
agent
Id
channel
Id
channel
Type
destination
Ref
destination
Url
event
Name
extra
Headers
max
Rounds
ordered
Sequence
payload
Body
secret
Ref
Guides
HTTP API
GitHub
Agent Maturity Compass API - v1.2.0
Loading...