Reading the task record
Every task keeps a settings snapshot and a run log, with five counters kept separately.
When you create a task you can have it run immediately, or create it and run it later by hand. Either way the parameters in force at that moment are stored as a snapshot, so the record still reconciles when you read it back.
The run log is pushed live to the interface with progress shown per page inbox. Sent, failed, skipped, refused and total are each counted on their own and never merged.
To repeat an earlier run, duplicate the task: the parameters come across and you only adjust what has changed.
If a task stops partway, running it again picks up where it left off. Everyone already reached successfully is skipped, so nothing is sent twice.
Last updated 2026-08-19