-
Notifications
You must be signed in to change notification settings - Fork 37
Open
Labels
backendSlack backend issueSlack backend issuefeature requestNew feature or requestNew feature or request
Description
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
Labels
backendSlack backend issueSlack backend issuefeature requestNew feature or requestNew feature or request