Neynar · Schema

NotificationCampaignStatus

Always "queued" for a successful async enqueue.

FarcasterSocialDecentralizedWeb3BlockchainSocial GraphCastsChannelsFeedsReactionsNotificationsWebhooksOnchain
View JSON Schema on GitHub

JSON Schema

notificationcampaignstatus.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://neynar.com/schemas/NotificationCampaignStatus",
  "title": "NotificationCampaignStatus",
  "description": "Always \"queued\" for a successful async enqueue.",
  "enum": [
    "queued",
    "running",
    "completed",
    "failed",
    "canceled"
  ],
  "type": "string"
}