Improved
Workflow send-email steps now require a complete business mailing address
25 days ago by ReadMe API
Creating a workflow send-email step now behaves like creating a broadcast: if your workspace has no complete business mailing address on file, the request returns 422 with an actionable message pointing at the email settings endpoint, instead of quietly creating an automation that would send marketing email with no address. Successfully creating a send-email step also installs the Email app, so it shows up in your dashboard right away. Non-email steps are unaffected.
Agent examples: an agent building an automation now gets a clear, fixable error it can act on — read the address with GET .../emails/settings, set it with PUT, then retry.
Resources: Workflows::Step · Emails::Setting
Building with an AI agent? Point it at the Workflows skill.