Knock · Arazzo Workflow
Knock Merge Users and Re-notify
Version 1.0.0
Identify a surviving user, merge a duplicate into it, then notify the merged user.
View Spec
View on GitHub
NotificationsMessagingInfrastructureWorkflowsCross-ChannelEmailSMSPushIn-AppChatSlackWebhooksMCPAI AgentsDeveloper PlatformArazzoWorkflows
Provider
Workflows
merge-users-and-renotify
Identify a surviving user, merge a duplicate in, and trigger a workflow.
Upserts the surviving user, merges the duplicate user into it, and triggers a workflow for the consolidated recipient.
1
identifySurvivor
identifyUser
Upsert the surviving user so the merge target exists with current properties.
2
mergeUser
mergeUser
Merge the duplicate user (from_user_id) into the surviving user so all data consolidates onto a single record.
3
renotify
{$sourceDescriptions.knockWorkflowsApi.url}#/paths/~1v1~1workflows~1{key}~1trigger/post
Trigger the workflow for the consolidated user so notifications resume against the surviving record.
Source API Descriptions
openapi