Neynar · Schema

NotificationCampaign

Neynar Farcaster API schema for NotificationCampaign

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationWebhookOnchain

Properties

Name Type Description
body string The body text of the notification.
completed_at string When the campaign reached a terminal state (completed/failed/canceled). Null while still queued or running.
created_at string
id string The unique identifier for the notification campaign.
queued_at string When the campaign was enqueued for async delivery.
stats object
status string Lifecycle status of the campaign. Absent on campaigns created before async delivery was introduced.
title string The title of the notification campaign.
View JSON Schema on GitHub

JSON Schema

notificationcampaign.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/NotificationCampaign",
  "title": "NotificationCampaign",
  "description": "Neynar Farcaster API schema for NotificationCampaign",
  "properties": {
    "body": {
      "description": "The body text of the notification.",
      "type": "string"
    },
    "completed_at": {
      "description": "When the campaign reached a terminal state (completed/failed/canceled). Null while still queued or running.",
      "format": "date-time",
      "nullable": true,
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "id": {
      "description": "The unique identifier for the notification campaign.",
      "format": "uuid",
      "type": "string"
    },
    "queued_at": {
      "description": "When the campaign was enqueued for async delivery.",
      "format": "date-time",
      "type": "string"
    },
    "stats": {
      "$ref": "#/components/schemas/NotificationCampaignStats"
    },
    "status": {
      "description": "Lifecycle status of the campaign. Absent on campaigns created before async delivery was introduced.",
      "enum": [
        "queued",
        "running",
        "completed",
        "failed",
        "canceled"
      ],
      "type": "string"
    },
    "title": {
      "description": "The title of the notification campaign.",
      "type": "string"
    }
  },
  "required": [
    "id",
    "title",
    "body",
    "created_at",
    "stats"
  ],
  "type": "object"
}

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/notificationcampaign"
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.