FeatureFuel
3

Feature Request: Manual "Save" button or batch update trigger for Webhooks (n8n automation)

Source: twentyhq/twenty#20706 · opened by @n2ojim
Scope & Context Example: Current behavior Currently, Twenty relies on an instant auto-save mechanism. Every time a user modifies a single field, the record is immediately saved to the database, and a record.updated webhook is dispatched instantly. If a user needs to update 3 different fields to provide the necessary context for an n8n automation, 3 separate webhooks are fired sequentially. The external automation is triggered on the very first field change, receiving incomplete data because the user hasn't finished filling out the other fields yet. This results in failed automations and unnecessary compute/credit usage on external tools. Example: Expected behavior Users should be able to modify multiple fields and ensure the external webhook receives the full, completed state of the record in a single batch. We need a way to commit changes globally or trigger the webhook manually. This could be resolved in a few ways: 1. Manual Save Mode: A toggle or mode where auto…

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests