{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/hubspot/refs/heads/main/json-structure/marketing-emal-api-smtp-token-create-request-structure.json", "name": "SmtpTokenCreateRequest", "description": "Request body for creating an SMTP token", "type": "object", "properties": { "campaignName": { "type": "string", "description": "The name for the email campaign", "example": "Order Confirmation Emails" }, "createContact": { "type": "boolean", "description": "Whether to create contacts for recipients who don't exist", "example": true } }, "required": [ "campaignName", "createContact" ] }