8130 creating a new company in twenty doesnt activate on zapier (#8166)

- fix webhook.operation format change from august 2024 not spread in
twenty-zapier
- added a comment so it does not happen again
- add a fix for the new webhook.operations column that would produce
another issue
This commit is contained in:
martmull
2024-10-29 13:56:01 +01:00
committed by GitHub
parent 77a4aa2649
commit 8bb07c4a4f
4 changed files with 51 additions and 16 deletions

View File

@ -21,7 +21,8 @@ export default {
noun: 'Record',
display: {
label: 'Record Trigger',
description: 'Triggers when a Record is created, updated or deleted.',
description:
'Triggers when a Record is created, updated, deleted or destroyed.',
},
operation: {
inputFields: [
@ -40,6 +41,7 @@ export default {
[Operation.create]: Operation.create,
[Operation.update]: Operation.update,
[Operation.delete]: Operation.delete,
[Operation.destroy]: Operation.destroy,
},
altersDynamicFields: true,
},