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:
@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user