C
Postie Media

Control image placement with plain text email

Control image placement with plain text email.

What it does

Control image placement with plain text email. It is one of the abilities the Postie plugin exposes, so an AI agent connected to your site can run it for you.

Input schema

FieldTypeRequiredDescription
input string Required What you want this ability to do, in plain language.

Output schema

FieldTypeDescription
result string The result produced by the ability.

Permissions

The agent's WordPress user needs these capabilities. Grant only what's listed here, never a full admin account.

πŸ”’ upload_files

How an agent calls it

Agents call this ability by name and pass the inputs it needs. A call looks roughly like this:

postie.control-image-placement-with-plain-text-
{
  "ability": "postie.control-image-placement-with-plain-text-",
  "args": { "input": ... }
}

The agent runs the ability, then hands the result back for you to review before anything is published.

Keep exploring

More Postie abilities

All Postie abilities β†’
C
Control who gets to post via email
Postie
Control who gets to post via email
S
Set defaults for category, status, post format, post type
Postie
Set defaults for category, status, post format, post type and tags.
S
Set title, category, status, post format, post type, date,
Postie
Set title, category, status, post format, post type, date, comment control and tags in email to override defaults.
R
Remove headers and footers from email (useful for posting
Postie
Remove headers and footers from email (useful for posting from a mailing list).
C
Control the types of attachments that are allowed by file
Postie
Control the types of attachments that are allowed by file name (wildcards allowed) and MIME type.