{ "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" }