Skip to main content
Altcraft Docs LogoAltcraft Docs Logo
User guideDeveloper guideAdmin guide
Company siteHelp center
English
  • Русский
  • English
v73
  • v74
  • v73
  • v72
Login
  • Getting Started
  • Administrator documentation
  • Functional characteristics
  • Technology description
  • System requirements
  • Admin Panel
  • Platform installation
  • Platform configuration
  • Platform maintenance
  • Custom channels guide
    • Overview
    • Creating and configuring a channel
    • Entity field configuration
    • Template language
    • Entities
    • Pipes
      • Pipe: Basic Concepts
      • Result
      • Errors
      • Log
      • Pack
      • Unpack
      • HTTP Request
      • Store Set
      • Store Get
      • Selector
      • SQL
      • Eventer
      • Scheduler
    • Pipelines
  • Extra
  • Processing HTTP/HTTPS traffic
  • Administrator API
This is documentation for Altcraft Platform v73. This documentation is no longer maintained.
The information for up-to-date platform version at this page is available (v74).
  • Custom channels guide
  • Pipes
  • Scheduler
Documentation for version v73

Scheduler

Description​

Scheduler The pipe transmits the event for execution to the Schedulepipeline.

caution

The event passed to the Schedule pipeline changes the data in $origin to params.template

Structure​

FieldType of valueExampleRequiredDescription
idint10yesPipe's ID
typestring"scheduled"yesType of a pipe
paramsScheduleParamsObject
noType-specific parameters
outsOutsObject
noPipe's outputs

ScheduleParamsObject
FieldTypeExampleReqieredDefaultDescription
pipe_idint5yes-

pipe's id в Schedule pipeline into which the event will go.

delayint10no

PIPE_SCHEDULER_DELAY


(default 60 сек)

Event execution delay.
template

object

{


  "test": "$origin.send_message_id"


}

yes-

Data that will be written to the $in and $origin event passed to the Schedule pipeline.

Errors​

  1. Error processing template params.template.

Examples​

{
"id": 801,
"type": "scheduled",
"params": {
"pipe_id": 1,
"template": {
"camp_id": "$origin.c_id",
"send_message_id": "$origin.send_message_id",
"ym_cmp_id": "$#in.data.ymCampaignId"
},
"delay": 10
},
"outs": {
"success": 802,
"error": 803
}
}
Last updated on Dec 7, 2024
Previous
Eventer
Next
Pipelines
  • Description
  • Structure
  • Errors
  • Examples
© 2015 - 2025 Altcraft, LLC. All rights reserved.