Create campaignAsk AIpost https://api.indigitall.com/v2/email/campaignCreate a new CampaignBody ParamscategoryIdint64 | nullIdentifier for the category under which the campaign is classified. Optional field.applicationIdint64requiredIdentifier for the application associated with the campaign. Must be null if the campaign is a template.configurationDomainEmailIdint64requiredIdentifier for the email configuration used in the campaign.footerIdint64 | nullIdentifier for the footer template used in the campaign. Optional field.titlestringrequiredTitle of the campaign, typically used for internal reference.subjectstringrequiredSubject line of the email campaign sent to recipients.bodyTypestringenumrequiredFormat of the campaign body. Can be either html or block.htmlblockAllowed:htmlblockreplyTostring | nullEmail address to receive replies from recipients, different from the sender address.isCustomerServicebooleanIndicates whether the campaign is for customer service purposes.falsetruefalseisTemplatebooleanDefaults to falseIndicates whether the campaign is a reusable template. Defaults to false.truefalsepreviewImagestring | nullPreview image for the templateResponses 201OK 400Parameter is missing or invalid 401App key is not valid 403Access Forbidden 409Conflict 500Server errorUpdated 18 days ago