POST Duplicate Sequence Email​
Create a duplicate of an existing sequence email within the same sequence. The duplicated email title is prefixed with [Duplicate]. Visual builder designs are also copied. Requires FluentCampaign Pro.
The duplicate is created from the stored record, not from the request: only email_id is read. The copy's title is the original's prefixed with [Duplicate] .
Required capability: fcrm_manage_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​
Path Parameters
The sequence email ID to duplicate (note: despite the route parameter name, this is the email ID, not the sequence ID).
Request Body​
Responses​
Sequence email duplicated successfully.