Knock · Arazzo Workflow
Knock Set Object, Add Subscriptions, and Notify
Version 1.0.0
Create an object, subscribe recipients to it, then notify subscribers via a workflow.
View Spec
View on GitHub
NotificationsMessagingInfrastructureWorkflowsCross-ChannelEmailSMSPushIn-AppChatSlackWebhooksMCPAI AgentsDeveloper PlatformArazzoWorkflows
Provider
Workflows
object-subscriptions-notify
Upsert an object, subscribe recipients, and trigger a workflow for it.
Sets an object in a collection, adds subscriptions for a list of recipients, and triggers a workflow with the object as the recipient so subscribers receive notifications.
1
setObject
setObject
Create or update the object in the collection with the supplied name and custom properties.
2
addSubscriptions
addSubscriptionsForObject
Subscribe the supplied recipients to the object so they will receive notifications targeted at it.
3
notifySubscribers
{$sourceDescriptions.knockWorkflowsApi.url}#/paths/~1v1~1workflows~1{key}~1trigger/post
Trigger the workflow with the object as the recipient so all subscribers are notified.
Source API Descriptions
openapi