GET Dynamic Posts​
Retrieve WordPress posts for use in dynamic email content blocks. Supports filtering by post type, taxonomy terms, date range, and custom ordering. Returns post data along with available post types. Used by the email builder's dynamic post block.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
WordPress post type to query (e.g., 'post', 'page', or any custom post type).
"post"Number of posts to return.
Field to order posts by (e.g., 'date', 'title', 'modified').
Sort direction.
"ASC""DESC"Only include posts from the last N days. Use '0' or omit for no date restriction.
Number of words for the post excerpt.
"55"Taxonomy filter. Nested array where each entry maps taxonomy slugs to arrays of term names.
Logical operator for combining taxonomy queries.
"OR""AND""OR"Responses​
List of posts and available post types.