← Back to changelog
May 4, 2026

n8n Integration for Push Notifications and Live Activities

ActivitySmith official n8n integration for Live Activities and push notifications

You can now track n8n workflows on your Lock Screen. Show live progress for long-running executions with Live Activities and send a Push Notification to your devices when something important happens.

How it works

Install n8n-nodes-activitysmith in n8n, add the ActivitySmith node to your workflow, and connect your ActivitySmith API key.

From there, choose what the node should do:

  • Send a Push Notification.
  • Start a Live Activity.
  • Update an existing Live Activity.
  • End a Live Activity.

Each action can use values from earlier n8n nodes. Map the workflow name, activity_id, status, result URL, or any other field you already have in the execution.

Live Activities for workflow progress

For long-running workflows, start a live activity near the beginning of the run. Update it as each stage completes, then end it when the workflow succeeds or fails.

A Live Activity can show the current step, progress, and status on the Lock Screen. It can also include an action button, so tapping the activity can open the n8n workflow URL or any other link you provide.

n8n workflow Live Activity on iPhone

Push Notifications for workflow events

Use a push notification when the workflow reaches a point someone should know about immediately.

Good examples:

  • A workflow execution succeeds.
  • A workflow execution fails.
  • A specific branch or environment finishes.
  • A scheduled workflow completes.
  • A step needs manual approval.
  • A generated report or file is ready.

n8n workflow push notification on iPhone