Skip to content

[FEATURE] List event hooks & “any-field” automations #476

@Psyaryu

Description

@Psyaryu

Feature request
List event hooks & “any-field” automations

Problem
We need to notify users when any field of a List item changes, or when a comment on a list field is added. Current List automations only watch a single field; there’s no Events API hook for Lists, so we’re forced to poll.

Requested
Events API:

  • list_item.updated
  • list_item.created
  • list_item.deleted
  • list_item.commented

Workflow triggers:

  • “List item updated (any field)”
  • “List field comment added”

Event payload:

  • list_id
  • item_id
  • changed_fields[] {name, old, new}
  • updated_by
  • updated_ts
  • permalink

Event payload for Comments

  • field
  • comment_text
  • commented_by
  • comment_ts

Impact
Avoids high-frequency polling, lowers API usage, and enables timely notifications without channel noise.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions