Skip to main content

Subscriber Detail Panel

The subscriber detail panel slides in from the right when you click a subscriber row in the subscriber list, or when you choose View details from the row’s actions menu. It shows everything about that subscriber’s current access and gives you controls for the most common admin tasks.


What the Panel Shows

Token prefix — the first 8 characters of the subscriber’s current feed token, shown as read-only. Useful for support conversations (“what does the beginning of your feed URL look like?”) without exposing the full token.

Feed URL — shown masked (…?token=<8-char prefix>...), with no copy button — a note explains it’s shortened for security and won’t work in a podcast app. Tokens are stored hashed, so this is the only form any admin screen can ever show; if the subscriber has lost their feed URL, reset their token instead (below) to get a working one.

Last feed access — when the subscriber’s podcast app last polled the feed. If this is blank, the subscriber has never accessed the feed — their app setup may be incomplete.

Tier — the subscriber’s current membership tier as mapped in Benecaster.

Join date — when the subscriber’s first token was generated.


Actions

Reset Feed URL

Opens a three-choice dialog:

  • Cancel — closes without making any changes
  • Reset only — generates a new token and invalidates the old one, without sending an email. Use when you’re going to forward the new URL manually — you’ll see it once, right after the reset (below).
  • Reset and send email — generates a new token, invalidates the old one, and sends the subscriber a token reset email with their new feed URL and podcast app deep links. Greyed out, with a note, when the show’s Feed URL reset email is switched off (Show Settings → Subscription → Welcome and Feed URL Emails) — only Reset only is available then; send the new URL yourself.

Either button shows the new URL once, right after the reset: a block appears under the Feed URL row with the full working URL and a Copy new feed URL button, worded to say whether an email was actually queued. This is the only time and place the working URL is ever shown — it disappears for good as soon as you close the panel or open another subscriber’s, so copy it now if you need it (for example, to paste into a support reply).

The subscriber must update their podcast app with the new URL — their app will stop receiving episodes the next time it polls. See Resetting a Subscriber’s Feed URL for guidance to share with subscribers.

Send Email

Available for future messaging integrations. Currently a stub — shown in the panel for reference.

Change Tier

Moves the subscriber to a different tier. A dialog lets you:

  • Select the destination tier
  • Optionally send the subscriber a tier change notification email

The change updates the subscriber’s token record in Benecaster. It does not change their membership in your membership plugin — if your bridge syncs on the next subscription event, a mismatch may revert the change. Use this for manual corrections. See Changing a Subscriber’s Tier for details.

Revoke Access

Removes this subscriber’s feed access immediately. A confirmation dialog lets you opt to send the subscriber a notification email. Their subscription in your membership plugin is not affected — only their Benecaster token is revoked.

After revocation, the subscriber is removed from the active subscriber list. If their membership plugin subscription is still active, Benecaster will regenerate a token the next time their subscription event fires.

See Revoking Access for more on when to use this.


Add-on Extension Points

Add-ons can extend the detail panel using the BenecasterSubscriberDetailAfter SlotFill slot — content added here renders below the token section. The Analytics Dashboard add-on uses this to show a per-subscriber feed engagement summary.

See Also

Need this built rather than just documented? See our services →