c2fd22a246
fixes ENG-611 - Previously, if an existing member with newsletter subscriptions was imported, and `subscribe_to_emails` was blank/empty, the member would be unsubscribed from all newsletters, which is not the expected behavior. - This PR changes the behavior so if `subscribe_to_emails` is blank, it will not unsubscribe existing members.
2.9 KiB
2.9 KiB
1 | name | note | subscribed_to_emails | stripe_customer_id | complimentary_plan | labels | created_at | |
---|---|---|---|---|---|---|---|---|
2 | member_subscribed_true@example.com | Test Email | This is a test template for importing your members list to Ghost | true | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
3 | member_subscribed_false@example.com | Test Email | This is a test template for importing your members list to Ghost | false | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
4 | member_subscribed_null@example.com | Test Email | This is a test template for importing your members list to Ghost | null | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
5 | member_subscribed_empty@example.com | Test Email | This is a test template for importing your members list to Ghost | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z | |
6 | member_subscribed_invalid@example.com | Test Email | This is a test template for importing your members list to Ghost | asdfasdf | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
7 | member_not_subscribed_true@example.com | Test Email | This is a test template for importing your members list to Ghost | true | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
8 | member_not_subscribed_false@example.com | Test Email | This is a test template for importing your members list to Ghost | false | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
9 | member_not_subscribed_null@example.com | Test Email | This is a test template for importing your members list to Ghost | null | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
10 | member_not_subscribed_empty@example.com | Test Email | This is a test template for importing your members list to Ghost | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z | |
11 | member_not_subscribed_invalid@example.com | Test Email | This is a test template for importing your members list to Ghost | asdfasdf | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
12 | new_member_true@example.com | Test Email | This is a test template for importing your members list to Ghost | true | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
13 | new_member_false@example.com | Test Email | This is a test template for importing your members list to Ghost | false | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
14 | new_member_null@example.com | Test Email | This is a test template for importing your members list to Ghost | null | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |
15 | new_member_empty@example.com | Test Email | This is a test template for importing your members list to Ghost | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z | |
16 | new_member_invalid@example.com | Test Email | This is a test template for importing your members list to Ghost | asdfasdf | Example: cus_GdsYH4fZbHx9hF | false | vip,promotion | 2019-10-30T14:52:08.000Z |