Skip to content

Commit 2470c87

Browse files
UpsertProfile - add override_list_id to batch keys
1 parent 17687ca commit 2470c87

File tree

1 file changed

+1
-1
lines changed
  • packages/destination-actions/src/destinations/klaviyo/upsertProfile

1 file changed

+1
-1
lines changed

packages/destination-actions/src/destinations/klaviyo/upsertProfile/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ const action: ActionDefinition<Settings, Payload> = {
164164
unsafe_hidden: true,
165165
required: false,
166166
multiple: true,
167-
default: ['list_id']
167+
default: ['list_id', 'override_list_id']
168168
}
169169
},
170170
hooks: {

0 commit comments

Comments
 (0)