Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v74
  • v74
  • v73
  • v72
Login
  • User API documentation
  • API interaction
  • Matching
  • Profiles
  • Databases
  • Resources
  • Segments
  • Suppression lists
  • Templates and fragments
  • Campaigns
  • Mailings
  • Automation scenarios
  • Loyalty Programs
  • Promo codes
  • Goals
  • Application push notifications
  • Market
  • Analytic reports
  • SendersDev
  • External datatables queries
  • Objects
    • AKMTA object
    • Content object
    • Email rule object
    • File object
    • Profile data object
    • SMS rule object
    • Sender object
    • Sender types
    • Start schedule object
    • Subscription object
    • Trigger types
  • Miscellaneous
  • Importing the API collection in Postman
  • List of API endpoints
  • SDK
  • Objects
  • Content object
Documentation for version v74

Content object

Content objects are used in mailing and scenarios queries.

JSON​

  • JSON
  • XML
{
"subject": "Maybe very important message",
"from_email": "",
"from_name": "James",
"replyto_email": "",
"replyto_name": "",
"message_id": 45
}
<xml>
<subject>Maybe very important message</subject>
<from_email></from_email>
<from_name>James</from_name>
<replyto_email></replyto_email>
<replyto_name></replyto_name>
<message_id>45</message_id>
</xml>

Object parameters​

ParametersTypeExampleDescription
message_idint12Message ID
from_emailstring"test@example.com"Override from email
from_namestring"Jenny's List"Override from name
replyto_emailstring"test@example.com"Override reply to email
replyto_namestring"Jenny"Override reply to name
subjectstring"Weather alert"Override message subject
Last updated on Nov 5, 2024
Previous
AKMTA object
Next
Email rule object
  • JSON
  • Object parameters
© 2015 - 2025 Altcraft, LLC. All rights reserved.