v1

latestOpenAPI 3.0.32026-07-222111928.0 KB
Revision Integrations

Attach Revision Integrations

Attach one or more integrations to an agent revision. To pin specific connections after attachment, use pinRevisionIntegrationConnection. IMPORTANT for the case-queue-producer and case-queue-consumer integrations: attaching the integration alone is NOT enough — the slot points at no queue and will fail at runtime until you link at least one queue with replaceRevisionIntegrationQueues. After wiring up, call getRevisionCaseQueueSetup to confirm every case-queue slot has linked_queue_count > 0 before starting work.

post/v2/agents/{agent_id}/revisions/{build_id}/integrations

Path parameters

agent_idstring uuid required

Agent ID

build_idstring uuid required

Build ID

Request body

integration_idsstring[] required

Integration IDs (or custom integration IDs) to attach to the revision

Response

Default Response

successboolean required

True if integrations were attached

countnumber required

Number of new integrations attached to the revision