Agorapulse · Schema

InboxItemCreator

Social Media ManagementSocial MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
id string Unique identifier for the user on social network
name string Name of the user
View JSON Schema on GitHub

JSON Schema

inboxitemcreator.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InboxItemCreator",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the user on social network"
    },
    "name": {
      "type": "string",
      "description": "Name of the user"
    }
  }
}