Skip to content

Commit 9dcfd1e

Browse files
authored
ci: update generic workflows (#132)
1 parent 34b45f5 commit 9dcfd1e

File tree

1 file changed

+8
-2
lines changed
  • .github/workflows/scripts/mailchimp

1 file changed

+8
-2
lines changed

.github/workflows/scripts/mailchimp/index.js

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,14 @@ module.exports = async (link, title) => {
2727
type: 'regular',
2828
recipients: {
2929
list_id: '6e3e437abe',
30-
segments_opts: {
31-
saved_segment_id: 'tsc-voting-email'
30+
segment_opts: {
31+
match: 'any',
32+
conditions: [{
33+
condition_type: 'Interests',
34+
field: 'interests-2801e38b9f',
35+
op: 'interestcontains',
36+
value: ['f7204f9b90']
37+
}]
3238
}
3339
},
3440
settings: {

0 commit comments

Comments
 (0)