Hunter · JSON Structure

Hunter Campaign Recipient Structure

Type: object Properties: 3
Contact DiscoveryEmailEmail VerificationLead GenerationProspectingSales Intelligence

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

Properties

email lead_id sending_status

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "CampaignRecipient",
  "type": "object",
  "properties": {
    "email": {
      "type": "string"
    },
    "lead_id": {
      "type": "['integer', 'null']"
    },
    "sending_status": {
      "type": "string"
    }
  }
}