Loading...
mutiro user schedule create

Create a scheduled message

Usage mutiro user schedule create [flags]
Options
Flag Type Description
--catch-up string Catch-up policy: skip-missed or catch-up-once (default "skip-missed")
--cron string Standard 5-field cron expression
--enabled bool Create the schedule active (default true)
--ends-at string Optional schedule end boundary (RFC3339)
-h, --help bool help for create
--instruction string Message text to send when the schedule fires
--interval-anchor-at string Optional anchor time for interval schedules (RFC3339)
--interval-every string Run at a fixed interval (for example 30s, 1m, 1h, 24h, or 7d)
--max-occurrences int32 bool Optional maximum number of sends
--metadataToString string Message metadata key=value (repeatable) (default [])
--once-at string Run once at RFC3339 time with explicit offset
--recipient-policy string Recipient resolution: find-or-create or existing-only (default "find-or-create")
--reply-to string Optional message ID to reply to
--starts-at string Optional schedule start boundary (RFC3339)
--title string Optional title stored as metadata
Global Options
Flag Type Description
--addr string Scheduling service address (defaults to config)
--config string config file (default is ./.mutiro.yaml in current directory)
--conversation string Conversation ID target or list filter
--debug bool debug mode
--json bool Output in JSON format
--recipient string Recipient username target or list filter
--sender string Sender username; defaults to the authenticated user or configured agent
--timezone string IANA timezone for cron and wall-clock schedules
-v, --verbose bool verbose output
Subcommands
See Also
mutiro user schedule