A connected social channel.
The public view of a social channel a project has connected. Access tokens are never exposed. Add one via Add Social Channel, which returns an OAuth URL to complete the connection.
_idstringrequiredUnique channel identifier.
The platform this channel posts to.
The connection state.
infoobjectoptionalDisplay details read live from the platform. Absent when the platform call fails or the channel is not connected yet.
namestringrequiredThe account display name.
handlestringrequiredThe account handle, without a leading @.
imagestringoptionalThe profile image URL.
{
"_id": "a1b2c3d4e5f6",
"platform": "x",
"status": "CONNECTED",
"info": {
"name": "Fountain",
"handle": "fountain_app",
"image": "https://pbs.twimg.com/profile_images/fountain.jpg"
}
}