TLDR
I would like to have access to a member’s newsletter subscription status. I do not believe there is a way to do this.
More Information
On my site, when a member is signed-in, I use the @member
object to grab @member.name
and @member.email
, and I would like to also display a native email newsletter toggle as well. (I basically want to recreate what the default Ghost Portal widget does.) The issue is that I do not believe there is an @member.subscribed
attribute. I attempted to use the {{#foreach @member.subscriptions}} ... {{/foreach}}
syntax to grab information regarding the default newsletter subscription, but I believe @member.subscriptions
only refers to Stripe paid subscriptions.
Question
Can anyone correct me if I am wrong? Is there is a way to do this? Any help would be greatly appreciated!