Knock · Arazzo Workflow
Knock Bulk Set Objects and Notify
Version 1.0.0
Bulk upsert objects in a collection, wait for completion, then notify one object.
View Spec
View on GitHub
NotificationMessagingInfrastructureWorkflowsCross-ChannelEmailSMSPushIn-AppChatSlackWebhookMCPAI AgentsDeveloper PlatformArazzoWorkflows
Provider
Workflows
bulk-set-objects-notify
Bulk upsert objects, poll the bulk operation, then trigger a workflow.
Submits a batch of objects for a collection, polls the returned bulk operation until completed or failed, and triggers a workflow targeting the supplied object.
1
bulkSetObjects
Submit the batch of objects for the collection, returning a bulk operation handle to poll.
2
pollBulkOperation
Fetch the bulk operation and check its status. Re-runs this step while the operation is still queued or processing.
3
notifyObject
{$sourceDescriptions.workflowsApi.url}#/paths/~1v1~1workflows~1{key}~1trigger/post
Trigger the workflow targeting the object so its subscribers are notified now that the bulk set has completed.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.