GET List Recurring Campaigns​
Retrieve a paginated list of recurring email campaigns. Supports filtering by search term and labels, and sorting by column and direction. Each campaign includes an emails_count of child mail campaigns and formatted labels. If the campaign is active with manual sending, a has_draft flag indicates whether a draft email exists. Requires FluentCampaign Pro.
Required capability: fcrm_read_emails
Enforced by SequencePolicy::verifyRequest(), the policy default for this route group.
Requires: FluentCampaign Pro. Without it the route does not exist.
Authorizations​
WordPress Application Passwords — use Basic auth with your WordPress username and an application password in the format: username:application_password
Parameters​
Query Parameters
Search recurring campaigns by title.
Sort direction.
"asc""desc""desc"Column to sort by.
"id"Filter by label IDs.
Number of results per page.
15Page number for pagination.
1Filter recurring campaigns by status.
Responses​
Paginated list of recurring campaigns.