FoPost.AutomationStep (FoPost v0.1.0)

Copy Markdown View Source

One action in an automation, in position order.

:action_type is "publish", "delay", or "transform"; :action_config is the action's own options, passed through unchanged.

Summary

Types

t()

@type t() :: %FoPost.AutomationStep{
  action_config: term(),
  action_type: term(),
  id: term(),
  position: term(),
  raw: term()
}