Add description for Developers/webhook page (#6327)

- Add optional description field to webhook page in developer settings.

Fix https://github.com/twentyhq/twenty/issues/6236

---------

Co-authored-by: Thomas Trompette <thomas.trompette@sfr.fr>
This commit is contained in:
AbdulQader Qassab
2024-07-31 12:59:30 +04:00
committed by GitHub
parent ee4f1da956
commit 50f1cd352d
6 changed files with 83 additions and 6 deletions

View File

@ -325,6 +325,7 @@ export const VIEW_STANDARD_FIELD_IDS = {
export const WEBHOOK_STANDARD_FIELD_IDS = {
targetUrl: '20202020-1229-45a8-8cf4-85c9172aae12',
operation: '20202020-15b7-458e-bf30-74770a54410c',
description: '20202020-15b7-458e-bf30-74770a54410d',
};
export const WORKFLOW_EVENT_LISTENER_STANDARD_FIELD_IDS = {