{ "opencollection": "1.0.0", "info": { "name": "HubSpot Analytics Events Access Tokens Workflow Callbacks API", "version": "3.0.0" }, "items": [ { "info": { "name": "Workflow Callbacks", "type": "folder" }, "items": [ { "info": { "name": "Hubspot Complete a Single Callback", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/automation/v4/actions/callbacks/:callbackId/complete", "params": [ { "name": "callbackId", "value": "callback-abc123", "type": "path", "description": "The unique identifier of the callback to complete" } ], "body": { "type": "json", "data": "{}" } }, "docs": "Completes a single callback for an asynchronous workflow action, providing the output \nvalues to continue the workflow execution. Use this endpoint when your action has \nfinished processing and needs to return results to HubSpot.\n" }, { "info": { "name": "Hubspot Complete Multiple Callbacks", "type": "http" }, "http": { "method": "POST", "url": "https://api.hubapi.com/automation/v4/actions/callbacks/complete", "body": { "type": "json", "data": "{}" } }, "docs": "Completes multiple callbacks for asynchronous workflow actions in a single request. \nThis is useful when your action processes multiple items and needs to return results \nfor each callback simultaneously.\n" } ] } ], "bundled": true }