Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v72
  • v74
  • v73
  • v72
Login
  • User API documentation
  • API interaction
  • Matching
  • Profiles
  • Databases
  • Resources
  • Segments
  • Static segments
  • Suppression lists
  • Templates and fragments
  • Campaigns
  • Automation scenarios
  • Promo codes
  • Goals
  • Application push notifications
  • Market
  • Analytic reports
  • SendersDevv71
  • 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
This is documentation for Altcraft Platform v72. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Objects
  • Sender object
Documentation for version v72

Sender object

JSON​

  • JSON
  • XML
{
"sender_id": 287,
"percent": 100,
"from_email": "no-reply@altcraft.com",
"replyto_email": "no-reply@altcraft.com",
"from_name": "James",
}
<xml>
<sender_id>287</sender_id>
<percent>100</percent>
<from_email>no-reply@altcraft.com</from_email>
<replyto_email>no-reply@altcraft.com</replyto_email>
<from_name>James</from_name>
</xml>

Object parameters​

ParameterTypeExampleDescriptionSMSEmail
sender_idint123Sender ID++
percentint100Message allocation rate++
from_emailstring"no-reply@altcraft.com"Override from email-+
replyto_emailstring"no-reply@altcraft.com"Override reply to email-+
from_namestring"Altcraft"Override from name++
Last updated on Mar 16, 2024
Previous
SMS rule object
Next
Sender types
  • JSON
  • Object parameters
© 2015 - 2025 Altcraft, LLC. All rights reserved.