Apigee · Arazzo Workflow
Apigee Publish and Execute an Integration
Version 1.0.0
Create an integration version, publish it, then execute it synchronously and read the result.
View Spec
View on GitHub
Advanced API SecurityAgentic AIAnalyticsAPI GatewayAPI GovernanceAPI HubAPI ManagementDeveloper PortalEnterpriseGenerative AIHybridIntegrationsMicroservicesMCPModel Context ProtocolMonetizationArazzoWorkflows
Provider
Workflows
publish-and-execute-integration
Author a draft integration version, publish it, and run it synchronously.
Creates an integration version, publishes it to make it active, and executes the integration synchronously using a trigger id.
1
createVersion
createIntegrationVersion
Create a new draft integration version, also creating the integration if it does not yet exist.
2
publishVersion
publishIntegrationVersion
Publish the draft version so it becomes the active version that receives execution requests.
3
executeIntegration
executeIntegration
Execute the now-active integration synchronously and capture the execution id and output parameters.