Article Subscription
Provides access to the data points related to Article Subscriptions.
The entity's name is: BlogSubscription
| API Name | Label | Required | Data Type | Description |
|---|
| BlogId | Blog | Yes | MasterDetail(Article Type) | The Article Type (blog) that the user is subscribing to for updates. |
| CreatedById | Created By | No | Lookup(User) | The user who created this subscription record. Read-Only. |
| CreatedOn | Created On | No | DateTime | Timestamp when the subscription was first created. Read-Only. |
| CustomPortalId | Custom Portal | No | Lookup(Custom Portal) | The specific portal through which this subscription was made. |
| Email | Email | No | Email | The subscriber’s email address (used for anonymous or external subscriptions). |
| Id | Id | No | ID | System-generated unique identifier for the subscription record. |
| IsDeleted | Deleted | No | Checkbox | Soft-delete flag (checked if the subscription has been deleted but retained in recycle bin). |
| ModifiedById | Modified By | No | Lookup(User) | The user who last modified this subscription record. |
| ModifiedOn | Modified On | No | DateTime | Timestamp of the most recent update to this subscription. |
| Name | Subscription # | No | Auto Number | Auto-generated sequence number for this subscription. Read-Only. |
| NotificationFrequency | Notification Frequency | No | Picklist | How often the subscriber receives alerts (e.g. Daily, Weekly, Never, On each post). |
| Status | Status | No | Picklist | Current state of the subscription (e.g. Subscribed, Unsubscribed). |
| SubscriberId | Subscriber | No | Lookup(User) | The user record of the subscriber (if a portal user rather than email-based). |
| Type | Type | No | Picklist | Type of subscription (New Posts, New Posts and Comments). |