Hunter · JSON Structure

Hunter Campaign Structure

Type: object Properties: 9
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

Campaign is a JSON Structure definition published by Hunter, describing 9 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id name recipients_count editable started archived paused sending_status created_at

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Campaign",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "name": {
      "type": "string"
    },
    "recipients_count": {
      "type": "integer"
    },
    "editable": {
      "type": "boolean"
    },
    "started": {
      "type": "boolean"
    },
    "archived": {
      "type": "boolean"
    },
    "paused": {
      "type": "boolean"
    },
    "sending_status": {
      "type": "['string', 'null']"
    },
    "created_at": {
      "type": "string"
    }
  }
}