What can be stored
- Enabled workflow list
- Client preferences object
Why clients might use this
- Keep workflow choices grouped in one place.
- Support client-specific delivery preferences.
- Make account-level configuration easier to review.
Recommended setup
- Keep the data structure simple.
- Store only preferences that are useful to the client.
- Review values when workflows are added or removed.
- Avoid duplicating data that already lives in another setting.
Good practice
- Use clear keys and labels.
- Keep the preferences object small and readable.
- Treat this as supporting configuration, not a replacement for core settings.

