I'm reading through the docs for the Mailchimp integration and I can't figure out how to override the list ID in Ruby. The JS example is here: https://segment.com/docs/destinations/mailchimp/#overriding-list-id
So far I have:
SegmentClient.identify(
user_id: 'abc123',
traits: { email: 'abc123@gmail.com', firstName: 'Yefim', lastName: 'Ved' }
)
I'm reading through the docs for the Mailchimp integration and I can't figure out how to override the list ID in Ruby. The JS example is here: https://segment.com/docs/destinations/mailchimp/#overriding-list-id
So far I have: