HubSpot · JSON Structure

Hubspot Marketing Emal Smtp Token Create Request Structure

Request body for creating an SMTP token

Type: object Properties: 2 Required: 2
AnalyticsCommerceContentCRMCustomer ServiceEmail MarketingMarketingMarketing AutomationOperationsSales

SmtpTokenCreateRequest is a JSON Structure definition published by HubSpot, describing 2 properties, of which 2 are required. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

campaignName createContact

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

JSON Structure

Raw ↑
{
  "type": "object",
  "description": "Request body for creating an SMTP token",
  "name": "SmtpTokenCreateRequest",
  "properties": {
    "campaignName": {
      "type": "string",
      "description": "The name for the email campaign"
    },
    "createContact": {
      "type": "boolean",
      "description": "Whether to create contacts for recipients who don't exist"
    }
  },
  "required": [
    "campaignName",
    "createContact"
  ],
  "$schema": "https://json-structure.org/draft/2020-12/schema"
}