DemandFlow Support Centre

SOCIALACCOUNT: Social account

ReferenceEntity Reference16/04/2026Updated 16/04/2026
A social media platform login holding OAuth credentials. One account per platform login per user. Each account can have multiple channels (profiles/pages).

SOCIALACCOUNT: Social account

The SOCIALACCOUNT entity: A social media platform login holding OAuth credentials. One account per platform login per user. Each account can have multiple channels (profiles/pages).

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

Entity properties

PropertyValue
Entity codeSOCIALACCOUNT
Display nameSocial account
PluralSocial accounts
Level200000

Use cases

General-purpose social account records. A social media platform login holding OAuth credentials. One account per platform login per user. Each account can have multiple channels (profiles/pages).

Fields

Account

FieldTypeRequiredNotes
nametextYesAccount name
networkenumNetwork Valid ids: linkedin (LinkedIn), facebook (Facebook), instagram (Instagram), twitter (Twitter), tiktok (TikTok), youtube (YouTube), pinterest (Pinterest), threads (Threads).
socialTypetextRead-only. Type
socialIdtextRead-only. Social ID
socialKeytextRead-only. Social key

Relationships

  • Related lists: SOCIALCHANNEL (format comboKey2Prefix).

Creating a Social account via the API

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

{
  "entity":   "SOCIALACCOUNT",
  "level":    200000,
  "comboKey": "SUB:|ENT:",
  "name":    "Example name"
}

Listing Social accounts records

GET /v1/entities/SOCIALACCOUNT/SUB

See also

socialaccountsocial accountsocial accountsentitydefinitionreference

Was this article helpful?

← Back to Knowledge Base