Agorapulse · Schema

InboxItem

Social Media ManagementSocial-MediaCRMAnalyticsPublishingInbox ManagementSocial Listening

Properties

Name Type Description
id string Unique identifier for the inbox item
parentId string Identifier of the parent item if applicable
workspaceId integer Unique identifier for the workspace
profile object The social network profile associated with the item
agorapulseLink string Link to the inbox item in Agorapulse application
networkLink string Link to the inbox item in the social network
text string Text content of the inbox item
creationDate string Creation date of the inbox item
type object Type of the inbox item
creator object The user who created the inbox item
labels array Labels associated with the item
addedLabels array Labels added to the item during this event
sentiment object Sentiment of the inbox item
View JSON Schema on GitHub

JSON Schema

inboxitem.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "InboxItem",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Unique identifier for the inbox item"
    },
    "parentId": {
      "type": "string",
      "description": "Identifier of the parent item if applicable"
    },
    "workspaceId": {
      "type": "integer",
      "format": "int64",
      "description": "Unique identifier for the workspace"
    },
    "profile": {
      "$ref": "#/components/schemas/Profile1",
      "description": "The social network profile associated with the item"
    },
    "agorapulseLink": {
      "type": "string",
      "description": "Link to the inbox item in Agorapulse application"
    },
    "networkLink": {
      "type": "string",
      "description": "Link to the inbox item in the social network"
    },
    "text": {
      "type": "string",
      "description": "Text content of the inbox item"
    },
    "creationDate": {
      "type": "string",
      "format": "date-time",
      "description": "Creation date of the inbox item"
    },
    "type": {
      "$ref": "#/components/schemas/InboxItemType",
      "description": "Type of the inbox item"
    },
    "creator": {
      "$ref": "#/components/schemas/InboxItemCreator",
      "description": "The user who created the inbox item"
    },
    "labels": {
      "type": "array",
      "items": "string",
      "description": "Labels associated with the item"
    },
    "addedLabels": {
      "type": "array",
      "items": "string",
      "description": "Labels added to the item during this event"
    },
    "sentiment": {
      "$ref": "#/components/schemas/InboxItemSentiment",
      "description": "Sentiment of the inbox item"
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/inboxitem"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.