Knock · Arazzo Workflow
Knock Trigger Workflow and Inspect Message Content
Version 1.0.0
Trigger a workflow then locate the generated message and read its rendered content.
View Spec
View on GitHub
NotificationsMessagingInfrastructureWorkflowsCross-ChannelEmailSMSPushIn-AppChatSlackWebhooksMCPAI AgentsDeveloper PlatformArazzoWorkflows
Provider
Workflows
trigger-workflow-inspect-message-content
Trigger a workflow then read the resulting message and its content.
Triggers a workflow for a recipient, lists the recipient's most recent message, fetches the message resource, and retrieves its rendered content.
1
triggerWorkflow
{$sourceDescriptions.knockWorkflowsApi.url}#/paths/~1v1~1workflows~1{key}~1trigger/post
Trigger the workflow for the recipient to produce one or more messages.
2
findMessage
listMessages
List the most recent message for the recipient and tenant so the generated message can be inspected.
3
getMessage
getMessage
Retrieve the message resource to read its delivery status and metadata.
4
getMessageContent
getMessageContents
Fetch the fully rendered contents of the message for the channel it was delivered through.
Source API Descriptions
openapi