FeaturedDev & IT Ops#Audit#Platform Events#Slack#Governance#DevOps

Workflow Change Audit Log

Capture every workflow create, update, and delete on your Heym instance and post a batched summary to Slack.

Workflow at a glance

The full canvas, before you import it

Click any node to see its config.

#Audit#Platform Events#Slack#Governance#DevOps

Click a node to select it — same as the Heym editor; the panel shows its settings.

3 nodes · Free & source-available

Workflow Change Audit Log

This template turns Heym's own platform events into an audit trail. A Heym Trigger subscribes to workflow lifecycle events, a Heym node pulls the current structure of the changed workflow, and a Slack message reports the whole batch.

What this workflow does

  1. PlatformEvents wakes up when a workflow is created, updated, or deleted
  2. ChangedWorkflow reads the affected workflow's current node list
  3. AuditMessage posts a single Slack summary covering every event in the batch

Use cases

  • Audit trails for teams sharing one Heym instance
  • Noticing an unexpected workflow deletion the moment it happens
  • A running record of what changed, when, and who changed it

Setup

Add a Slack credential to AuditMessage. The Heym nodes need no credential at all: they read only what the workflow owner can already reach, which means their own workflows plus anything shared with them.

Notes

Delivery is batched. Everything published inside the same five second dispatch window arrives in one run as $PlatformEvents.events, always an array. Add a Loop node over that array when you want one message per event instead of one per batch. Each event is claimed through a unique database constraint, so running Heym on two containers still fires the workflow exactly once.

How to import this template

  1. 1Click Import → Copy JSON on this page.
  2. 2Open your Heym and navigate to a workflow canvas.
  3. 3PressCmd+V/Ctrl+V— nodes appear instantly.
  4. 4Add your API keys in the node config panels and click Run.
More workflow templates
View all templates