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
| Property | Value |
|---|---|
| Entity code | SOCIALCHANNEL |
| Display name | Social channel |
| Plural | Social channels |
| Level | 200001 |
Use cases
General-purpose social channel records. A postable social media destination (personal profile, company page, etc.) linked to a social account.
Fields
Channel
| Field | Type | Required | Notes |
|---|---|---|---|
name | text | Yes | Channel name |
network | enum | Network Valid ids: linkedin (LinkedIn), facebook (Facebook), instagram (Instagram), twitter (Twitter), tiktok (TikTok), youtube (YouTube), pinterest (Pinterest), threads (Threads). | |
type | enum | Channel type Valid ids: personal (Personal), company (Company). | |
socialAccount | reference → SOCIALACCOUNT | Read-only. Social account | |
urn | text | Read-only. URN | |
vanity | text | Read-only. Vanity URL | |
socialId | text | Read-only. Social ID |
Relationships
- Lookups:
socialAccountpoints at aSOCIALACCOUNTrecord. - Related lists:
POST(formatSUB|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