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
  • SMS rule object
Documentation for version v72

SMS rule object

JSON​

  • JSON
  • XML
{
"senders": [
{
"from_email": "",
"from_name": "Example",
"percent": 100,
"replyto_email": "",
"sender_id": 798
}
],
"type": "default",
"value": ""
}
<xml>
<senders array='true'>
<from_email></from_email>
<from_name>Example</from_name>
<percent>100</percent>
<replyto_email></replyto_email>
<sender_id>798</sender_id>
</senders>
<type>default</type>
<value></value>
</xml>

Object parameters​

ParameterTypeExampleDescription
typestring"default"SMS rule type
valuestring/int""Depending on type
sendersJSON array[]Senders list

Rule types​

Rule typeValue typeExampleDescription
defaultstring""Always enabled
group_idint12If group ID equals..
from_domainstring"altcraft.com"If from domain equals..
Last updated on Mar 16, 2024
Previous
Profile data object
Next
Sender object
  • JSON
  • Object parameters
  • Rule types
© 2015 - 2025 Altcraft, LLC. All rights reserved.