Maintenance Guide
Phonefarm maintenance is an account-first process family for upkeep tasks rather than content posting or warmup execution.Recommended Public Path
Use:What Maintenance Supports Today
Currently implemented:edit_profile
- other planned maintenance composites or unsupported steps
Example Edit Profile Workflow
- Create a maintenance process with one or more
edit_profilesteps. - Receive the accepted callback.
- Poll the process record for current status.
- Cancel the process if needed with process-aware cancel.
Example Payload
Step Rules
actionmust beedit_profile- at least one of
display_name,bio, orusernamemust be present mutation_kindandrandomizedare optional execution metadata fields
Best Practices
- Use one clear
request_idper operator intent. - Keep profile edits explicit and minimal.
- Treat the returned process record as the canonical lifecycle object.