Automations
Required changes to the schema
type UserPoint @TreeIndexRoot(index:"USER_INDEX"){
id: ID!
creation_ts: Timestamp! @TreeIndex(index:"USER_INDEX")
agents: [UserAgent!]!
accounts: [UserAccount!]!
emails: [UserEmail!]!
activities: [UserActivity!]!
profiles: [UserProfile!]!
segments: [UserSegment!]!
choices: [UserChoice!]!
scenarios: [UserScenario!]!
}
type UserScenario {
id: ID! @TreeIndex(index:"USER_INDEX")
scenario_id: String! @TreeIndex(index:"USER_INDEX")
execution_id: String! @TreeIndex(index:"USER_INDEX")
node_id: String! @TreeIndex(index:"USER_INDEX")
callback_ts: Timestamp @TreeIndex(index:"USER_INDEX")
start_ts: Timestamp! @TreeIndex(index:"USER_INDEX")
node_start_ts: Timestamp! @TreeIndex(index:"USER_INDEX")
active: Boolean @TreeIndex(index:"USER_INDEX")
}Types of automation nodes
Input nodes
On segment entry input nodes
On segment exit input nodes
Query input nodes
Action nodes
Add to segment nodes
Remove from segment nodes
Send email nodes
Update email blast
Path Parameters
Name
Type
Description
Request Body
Name
Type
Description
Custom action nodes
Feed nodes
Flow control nodes
Wait nodes
If nodes
Split nodes
Exit nodes
Exit conditions
Last updated
Was this helpful?