DemandFlow Support Centre

SOCIALCHANNEL: Social channel

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A postable social media destination (personal profile, company page, etc.) linked to a social account.

SOCIALCHANNEL: Social channel

The SOCIALCHANNEL entity: A postable social media destination (personal profile, company page, etc.) linked to a social account.

Default definition. This article describes the default SOCIALCHANNEL 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 SOCIALCHANNEL.

Entity properties

PropertyValue
Entity codeSOCIALCHANNEL
Display nameSocial channel
PluralSocial channels
Level200001

Use cases

General-purpose social channel records. A postable social media destination (personal profile, company page, etc.) linked to a social account.

Fields

Channel

FieldTypeRequiredNotes
nametextYesChannel name
networkenumNetwork Valid ids: linkedin (LinkedIn), facebook (Facebook), instagram (Instagram), twitter (Twitter), tiktok (TikTok), youtube (YouTube), pinterest (Pinterest), threads (Threads).
typeenumChannel type Valid ids: personal (Personal), company (Company).
socialAccountreference → SOCIALACCOUNTRead-only. Social account
urntextRead-only. URN
vanitytextRead-only. Vanity URL
socialIdtextRead-only. Social ID

Relationships

  • Lookups: socialAccount points at a SOCIALACCOUNT record.
  • Related lists: POST (format SUB|USER|socialChannel).

Creating a Social channel via the API

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

{
  "entity":   "SOCIALCHANNEL",
  "level":    200001,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name"
}

Listing Social channels records

GET /v1/entities/SOCIALCHANNEL/SUB

See also

socialchannelsocial channelsocial channelsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base