Skip to content

Commit

Permalink
#1818: add missing field config
Browse files Browse the repository at this point in the history
  • Loading branch information
JoernBerkefeld committed Nov 2, 2024
1 parent e350d1e commit aae7658
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions lib/metadataTypes/definitions/Journey.definition.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,18 @@ export default {
retrieving: true,
template: false,
},
'activities[].configurationArguments.triggeredSend.campaigns': {
isCreateable: true,
isUpdateable: true,
retrieving: true,
template: true,
},
'activities[].configurationArguments.triggeredSend.suppressionLists': {
isCreateable: true,
isUpdateable: true,
retrieving: true,
template: true,
},
'activities[].configurationArguments.triggeredSend.autoAddSubscribers': {
isCreateable: true,
isUpdateable: true,
Expand Down Expand Up @@ -806,10 +818,7 @@ export default {
template: true,
},
'triggers[].configurationArguments.eventDataConfig': {
isCreateable: true,
isUpdateable: true,
retrieving: true,
template: true,
skipValidation: true,
},
'triggers[].configurationArguments.primaryObjectFilterCriteria': {
skipValidation: true,
Expand Down

0 comments on commit aae7658

Please sign in to comment.