DemandFlow Support Centre

SOCIALSHARE: Channel Share

ReferenceEntity Reference16/04/2026Updated 16/04/2026
Grants another user access to view and engage with scheduled posts on a social channel. Supports auto-engagement rules by language.

SOCIALSHARE: Channel Share

The SOCIALSHARE entity: Grants another user access to view and engage with scheduled posts on a social channel. Supports auto-engagement rules by language.

Default definition. This article describes the default SOCIALSHARE definition shipped with DemandFlow. Administrators can add, remove, rename, or re-type fields, change which ones are required, and alter the layout from the Definitions screen in Settings. Your tenant's current schema may differ from what is shown here. To read the current definition at any time, GET the DEFINITION object whose id matches SOCIALSHARE.

Entity properties

PropertyValue
Entity codeSOCIALSHARE
Display nameChannel Share
PluralChannel Shares
Level200002

Use cases

General-purpose channel share records. Grants another user access to view and engage with scheduled posts on a social channel. Supports auto-engagement rules by language.

Fields

Share

FieldTypeRequiredNotes
socialChannelreference → SOCIALCHANNELYesChannel
sharedWithreference → userYesShared with
channelNametextRead-only. Channel name
networkenumNetwork Valid ids: linkedin (LinkedIn), facebook (Facebook), instagram (Instagram), twitter (Twitter), tiktok (TikTok), youtube (YouTube), pinterest (Pinterest), threads (Threads).

Relationships

  • Lookups: socialChannel points at a SOCIALCHANNEL record; sharedWith points at a user.

Creating a Channel Share via the API

POST /v1/objects
Authorization: Bearer <your-pat>
Content-Type: application/json

{
  "entity":   "SOCIALSHARE",
  "level":    200002,
  "comboKey": "SUB:|ENT:",
  "socialChannel":    "",
  "sharedWith":    ""
}

Listing Channel Shares records

GET /v1/entities/SOCIALSHARE/SUB

See also

socialsharechannel sharechannel sharesentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base