Closed cristianrat closed 2 hours ago
as the title says, it creates the subscriber correctly, but doesn't actually add to list
new_subscriber = self.listmonk.create_subscriber( email="testuser@some.domain", name="Jane Doe", list_ids={self.marketing_list_id}, pre_confirm=True, attribs={"is_premium": True}, )
never mind, the permissions weren't allowing access to lists :) surprised it doesn't throw an error, though...
as the title says, it creates the subscriber correctly, but doesn't actually add to list