Knock · Arazzo Workflow
Knock Trigger Then Archive Feed Message
Version 1.0.0
Trigger a workflow, find the resulting in-app message, then archive it.
View Spec
View on GitHub
NotificationsMessagingInfrastructureWorkflowsCross-ChannelEmailSMSPushIn-AppChatSlackWebhooksMCPAI AgentsDeveloper PlatformArazzoWorkflows
Provider
Workflows
trigger-then-archive-feed-message
Trigger a workflow, locate the message, and archive it.
Triggers the named workflow for a recipient, lists the most recent message, and archives it so it is hidden from the default feed.
1
triggerWorkflow
{$sourceDescriptions.knockWorkflowsApi.url}#/paths/~1v1~1workflows~1{key}~1trigger/post
Trigger the workflow for the recipient to produce an in-app message.
2
findMessage
listMessages
List the most recent message for the tenant so the generated message can be archived.
3
archiveMessage
archiveMessage
Archive the message so it is hidden from the default feed list while remaining accessible for later unarchiving.
Source API Descriptions
openapi